#DBD076

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

Shades of Wild Rice #DBD076

Tints of Wild Rice #DBD076

Color information

#DBD076 (or 0xDBD076) is unknown color: approx Wild Rice. HEX triplet: DB, D0 and 76. RGB value is (219,208,118). Sum of RGB (Red+Green+Blue) = 219+208+118=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD076 is #242F89. Grayscale: #C9C9C9. Windows color (decimal): -2371466 or 7786715. OLE color: 7786715.

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

Color convert

RGB219208118-
CMYK00.050.460.14
HSL53.47º58.38%66.08%-
HSV(B)53.47º46.12%85.88%-
XYZ55.0461.4826.11-
YUV201.0381.14140.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 118 (46.48% from 255) = 21.65%
R=40.18%
G=38.17%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920811800.050.460.1453.4758.3866.08
HexDBD076052EE353a42
Octal3333201660556166572102
Binary11011011110100001110110010110111011101101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD076; }

 p { color: rgb(219,208,118); }

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

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

 a { background-color: rgb(219,208,118); }

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

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

 span { border-color: rgb(219,208,118); }

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