#DCCC75

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

Shades of Wild Rice #DCCC75

Tints of Wild Rice #DCCC75

Color information

#DCCC75 (or 0xDCCC75) is unknown color: approx Wild Rice. HEX triplet: DC, CC and 75. RGB value is (220,204,117). Sum of RGB (Red+Green+Blue) = 220+204+117=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC75 is #23338A. Grayscale: #C7C7C7. Windows color (decimal): -2306955 or 7720156. OLE color: 7720156.

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

Color convert

RGB220204117-
CMYK00.070.470.14
HSL50.68º59.54%66.08%-
HSV(B)50.68º46.82%86.27%-
XYZ54.3259.6925.49-
YUV198.8781.8143.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 117 (46.09% from 255) = 21.63%
R=40.67%
G=37.71%
B=21.63%

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
Decimal22020411700.070.470.1450.6859.5466.08
HexDCCC75072FE333c42
Octal3343141650757166374102
Binary11011100110011001110101011110111111101100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC75; }

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

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

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

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

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

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

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

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