#DCD575

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

Shades of Wild Rice #DCD575

Tints of Wild Rice #DCD575

Color information

#DCD575 (or 0xDCD575) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 75. RGB value is (220,213,117). Sum of RGB (Red+Green+Blue) = 220+213+117=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD575 is #232A8A. Grayscale: #CCCCCC. Windows color (decimal): -2304651 or 7722460. OLE color: 7722460.

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

Color convert

RGB220213117-
CMYK00.030.470.14
HSL55.92º59.54%66.08%-
HSV(B)55.92º46.82%86.27%-
XYZ56.5264.0926.22-
YUV204.1578.82139.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 117 (46.09% from 255) = 21.27%
R=40%
G=38.73%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021311700.030.470.1455.9259.5466.08
HexDCD575032FE383c42
Octal3343251650357167074102
Binary1101110011010101111010101110111111101110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD575; }

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

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

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

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

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

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

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

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