#DBD174

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

Shades of Wild Rice #DBD174

Tints of Wild Rice #DBD174

Color information

#DBD174 (or 0xDBD174) is unknown color: approx Wild Rice. HEX triplet: DB, D1 and 74. RGB value is (219,209,116). Sum of RGB (Red+Green+Blue) = 219+209+116=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD174 is #242E8B. Grayscale: #C9C9C9. Windows color (decimal): -2371212 or 7655899. OLE color: 7655899.

HSL color Cylindrical-coordinate representation of color #DBD174: hue angle of 54.17º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD174 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB219209116-
CMYK00.050.470.14
HSL54.17º58.86%65.69%-
HSV(B)54.17º47.03%85.88%-
XYZ55.1761.9225.57-
YUV201.3979.81140.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=40.26%
G=38.42%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920911600.050.470.1454.1758.8665.69
HexDBD174052FE363b42
Octal3333211640557166673102
Binary11011011110100011110100010110111111101101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD174; }

 p { color: rgb(219,209,116); }

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

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

 a { background-color: rgb(219,209,116); }

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

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

 span { border-color: rgb(219,209,116); }

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