#DCCD71

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

Shades of Wild Rice #DCCD71

Tints of Wild Rice #DCCD71

Color information

#DCCD71 (or 0xDCCD71) is unknown color: approx Wild Rice. HEX triplet: DC, CD and 71. RGB value is (220,205,113). Sum of RGB (Red+Green+Blue) = 220+205+113=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD71 is #23328E. Grayscale: #C7C7C7. Windows color (decimal): -2306703 or 7458268. OLE color: 7458268.

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

Color convert

RGB220205113-
CMYK00.070.490.14
HSL51.59º60.45%65.29%-
HSV(B)51.59º48.64%86.27%-
XYZ54.3360.0724.35-
YUV19979.47142.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 113 (44.53% from 255) = 21.00%
R=40.89%
G=38.10%
B=21.00%

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
Decimal22020511300.070.490.1451.5960.4565.29
HexDCCD710731E343c41
Octal3343151610761166474101
Binary11011100110011011110001011111000111101101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD71; }

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

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

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

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

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

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

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

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