#DCD57D

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

Shades of Wild Rice #DCD57D

Tints of Wild Rice #DCD57D

Color information

#DCD57D (or 0xDCD57D) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 7D. RGB value is (220,213,125). Sum of RGB (Red+Green+Blue) = 220+213+125=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD57D is #232A82. Grayscale: #CDCDCD. Windows color (decimal): -2304643 or 8246748. OLE color: 8246748.

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

Color convert

RGB220213125-
CMYK00.030.430.14
HSL55.58º57.58%67.65%-
HSV(B)55.58º43.18%86.27%-
XYZ57.0164.2828.81-
YUV205.0682.82138.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 125 (49.22% from 255) = 22.40%
R=39.43%
G=38.17%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021312500.030.430.1455.5857.5867.65
HexDCD57D032BE383a44
Octal3343251750353167072104
Binary1101110011010101111110101110101111101110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD57D; }

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

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

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

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

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

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

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

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