#DCCC6F

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

Shades of Wild Rice #DCCC6F

Tints of Wild Rice #DCCC6F

Color information

#DCCC6F (or 0xDCCC6F) is unknown color: approx Wild Rice. HEX triplet: DC, CC and 6F. RGB value is (220,204,111). Sum of RGB (Red+Green+Blue) = 220+204+111=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6F is #233390. Grayscale: #C6C6C6. Windows color (decimal): -2306961 or 7326940. OLE color: 7326940.

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

Color convert

RGB220204111-
CMYK00.070.500.14
HSL51.19º60.89%64.9%-
HSV(B)51.19º49.55%86.27%-
XYZ53.9859.5523.69-
YUV198.1878.8143.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=41.12%
G=38.13%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020411100.070.500.1451.1960.8964.9
HexDCCC6F0732E333d41
Octal3343141570762166375101
Binary11011100110011001101111011111001011101100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC6F; }

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

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

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

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

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

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

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

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