#DBD47E

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

Shades of Wild Rice #DBD47E

Tints of Wild Rice #DBD47E

Color information

#DBD47E (or 0xDBD47E) is unknown color: approx Wild Rice. HEX triplet: DB, D4 and 7E. RGB value is (219,212,126). Sum of RGB (Red+Green+Blue) = 219+212+126=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47E is #242B81. Grayscale: #CCCCCC. Windows color (decimal): -2370434 or 8312027. OLE color: 8312027.

HSL color Cylindrical-coordinate representation of color #DBD47E: hue angle of 55.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD47E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219212126-
CMYK00.030.420.14
HSL55.48º56.36%67.65%-
HSV(B)55.48º42.47%85.88%-
XYZ56.5263.6529.05-
YUV204.2983.82138.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 126 (49.61% from 255) = 22.62%
R=39.32%
G=38.06%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921212600.030.420.1455.4856.3667.65
HexDBD47E032AE373844
Octal3333241760352166770104
Binary1101101111010100111111001110101011101101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD47E; }

 p { color: rgb(219,212,126); }

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

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

 a { background-color: rgb(219,212,126); }

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

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

 span { border-color: rgb(219,212,126); }

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