#DCD57F

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

Shades of Wild Rice #DCD57F

Tints of Wild Rice #DCD57F

Color information

#DCD57F (or 0xDCD57F) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 7F. RGB value is (220,213,127). Sum of RGB (Red+Green+Blue) = 220+213+127=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD57F is #232A80. Grayscale: #CDCDCD. Windows color (decimal): -2304641 or 8377820. OLE color: 8377820.

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

Color convert

RGB220213127-
CMYK00.030.420.14
HSL55.48º57.06%68.04%-
HSV(B)55.48º42.27%86.27%-
XYZ57.1464.3429.49-
YUV205.2983.82138.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 127 (50% from 255) = 22.68%
R=39.29%
G=38.04%
B=22.68%

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
Decimal22021312700.030.420.1455.4857.0668.04
HexDCD57F032AE373944
Octal3343251770352166771104
Binary1101110011010101111111101110101011101101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD57F; }

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

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

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

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

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

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

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

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