#DCD580

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

Shades of Wild Rice #DCD580

Tints of Wild Rice #DCD580

Color information

#DCD580 (or 0xDCD580) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 80. RGB value is (220,213,128). Sum of RGB (Red+Green+Blue) = 220+213+128=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD580 is #232A7F. Grayscale: #CDCDCD. Windows color (decimal): -2304640 or 8443356. OLE color: 8443356.

HSL color Cylindrical-coordinate representation of color #DCD580: hue angle of 55.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCD580 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220213128-
CMYK00.030.420.14
HSL55.43º56.79%68.24%-
HSV(B)55.43º41.82%86.27%-
XYZ57.2164.3629.83-
YUV205.484.32138.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=39.22%
G=37.97%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021312800.030.420.1455.4356.7968.24
HexDCD580032AE373944
Octal3343252000352166771104
Binary11011100110101011000000001110101011101101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD580; }

 p { color: rgb(220,213,128); }

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

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

 a { background-color: rgb(220,213,128); }

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

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

 span { border-color: rgb(220,213,128); }

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