#DCD47F

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

Shades of Wild Rice #DCD47F

Tints of Wild Rice #DCD47F

Color information

#DCD47F (or 0xDCD47F) is unknown color: approx Wild Rice. HEX triplet: DC, D4 and 7F. RGB value is (220,212,127). Sum of RGB (Red+Green+Blue) = 220+212+127=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD47F is #232B80. Grayscale: #CDCDCD. Windows color (decimal): -2304897 or 8377564. OLE color: 8377564.

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

Color convert

RGB220212127-
CMYK00.040.420.14
HSL54.84º57.06%68.04%-
HSV(B)54.84º42.27%86.27%-
XYZ56.8963.8329.4-
YUV204.784.15138.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 127 (50% from 255) = 22.72%
R=39.36%
G=37.92%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021212700.040.420.1454.8457.0668.04
HexDCD47F042AE373944
Octal3343241770452166771104
Binary11011100110101001111111010010101011101101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD47F; }

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

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

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

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

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

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

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

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