#DBD27C

Color #DBD27C Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DBD27C

Tints of Wild Rice #DBD27C

Color information

#DBD27C (or 0xDBD27C) is unknown color: approx Wild Rice. HEX triplet: DB, D2 and 7C. RGB value is (219,210,124). Sum of RGB (Red+Green+Blue) = 219+210+124=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD27C is #242D83. Grayscale: #CBCBCB. Windows color (decimal): -2370948 or 8180443. OLE color: 8180443.

HSL color Cylindrical-coordinate representation of color #DBD27C: hue angle of 54.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD27C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219210124-
CMYK00.040.430.14
HSL54.32º56.89%67.25%-
HSV(B)54.32º43.38%85.88%-
XYZ55.962.6128.21-
YUV202.8983.48139.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=39.60%
G=37.97%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921012400.040.430.1454.3256.8967.25
HexDBD27C042BE363943
Octal3333221740453166671103
Binary11011011110100101111100010010101111101101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD27C; }

 p { color: rgb(219,210,124); }

 H1.HeaderClassName
 {
   color: #DBD27C;
 }
 .AnyTagClassName
 {
   color: #DBD27C;
 }
</style>
background-color css

<style>
 a { background-color: #DBD27C; }

 a { background-color: rgb(219,210,124); }

 div.DivClassName
 {
   background-color: #DBD27C;
 }
 .BgClassName
 {
   background-color: #DBD27C;
 }
</style>
border-color css

<style>
 span { border-color: #DBD27C; }

 span { border-color: rgb(219,210,124); }

 td.TdClassName
 {
   border-color: #DBD27C;
 }
 .TagClassName
 {
   border-color: #DBD27C;
 }
</style>