#DBCC75

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

Shades of Wild Rice #DBCC75

Tints of Wild Rice #DBCC75

Color information

#DBCC75 (or 0xDBCC75) is unknown color: approx Wild Rice. HEX triplet: DB, CC and 75. RGB value is (219,204,117). Sum of RGB (Red+Green+Blue) = 219+204+117=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC75 is #24338A. Grayscale: #C6C6C6. Windows color (decimal): -2372491 or 7720155. OLE color: 7720155.

HSL color Cylindrical-coordinate representation of color #DBCC75: hue angle of 51.18º 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 #DBCC75 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB219204117-
CMYK00.070.470.14
HSL51.18º58.62%65.88%-
HSV(B)51.18º46.58%85.88%-
XYZ54.0259.5325.47-
YUV198.5781.97142.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=40.56%
G=37.78%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920411700.070.470.1451.1858.6265.88
HexDBCC75072FE333b42
Octal3333141650757166373102
Binary11011011110011001110101011110111111101100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC75; }

 p { color: rgb(219,204,117); }

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

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

 a { background-color: rgb(219,204,117); }

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

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

 span { border-color: rgb(219,204,117); }

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