#DBD06E

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

Shades of Wild Rice #DBD06E

Tints of Wild Rice #DBD06E

Color information

#DBD06E (or 0xDBD06E) is unknown color: approx Wild Rice. HEX triplet: DB, D0 and 6E. RGB value is (219,208,110). Sum of RGB (Red+Green+Blue) = 219+208+110=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD06E is #242F91. Grayscale: #C8C8C8. Windows color (decimal): -2371474 or 7262427. OLE color: 7262427.

HSL color Cylindrical-coordinate representation of color #DBD06E: hue angle of 53.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD06E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219208110-
CMYK00.050.500.14
HSL53.94º60.22%64.51%-
HSV(B)53.94º49.77%85.88%-
XYZ54.5861.323.71-
YUV200.1277.14141.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 110 (43.36% from 255) = 20.48%
R=40.78%
G=38.73%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920811000.050.500.1453.9460.2264.51
HexDBD06E0532E363c41
Octal3333201560562166674101
Binary11011011110100001101110010111001011101101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD06E; }

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

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

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

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

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

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

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

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