#DCCC71

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

Shades of Wild Rice #DCCC71

Tints of Wild Rice #DCCC71

Color information

#DCCC71 (or 0xDCCC71) is unknown color: approx Wild Rice. HEX triplet: DC, CC and 71. RGB value is (220,204,113). Sum of RGB (Red+Green+Blue) = 220+204+113=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC71 is #23338E. Grayscale: #C6C6C6. Windows color (decimal): -2306959 or 7458012. OLE color: 7458012.

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

Color convert

RGB220204113-
CMYK00.070.490.14
HSL51.03º60.45%65.29%-
HSV(B)51.03º48.64%86.27%-
XYZ54.0959.5924.27-
YUV198.4179.8143.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=40.97%
G=37.99%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020411300.070.490.1451.0360.4565.29
HexDCCC710731E333c41
Octal3343141610761166374101
Binary11011100110011001110001011111000111101100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC71; }

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

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

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

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

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

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

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

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