#DCD47D

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

Shades of Wild Rice #DCD47D

Tints of Wild Rice #DCD47D

Color information

#DCD47D (or 0xDCD47D) is unknown color: approx Wild Rice. HEX triplet: DC, D4 and 7D. RGB value is (220,212,125). Sum of RGB (Red+Green+Blue) = 220+212+125=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD47D is #232B82. Grayscale: #CCCCCC. Windows color (decimal): -2304899 or 8246492. OLE color: 8246492.

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

Color convert

RGB220212125-
CMYK00.040.430.14
HSL54.95º57.58%67.65%-
HSV(B)54.95º43.18%86.27%-
XYZ56.7663.7828.72-
YUV204.4783.15139.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 125 (49.22% from 255) = 22.44%
R=39.50%
G=38.06%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021212500.040.430.1454.9557.5867.65
HexDCD47D042BE373a44
Octal3343241750453166772104
Binary11011100110101001111101010010101111101101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD47D; }

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

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

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

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

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

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

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

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