#DCD781

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

Shades of Wild Rice #DCD781

Tints of Wild Rice #DCD781

Color information

#DCD781 (or 0xDCD781) is unknown color: approx Wild Rice. HEX triplet: DC, D7 and 81. RGB value is (220,215,129). Sum of RGB (Red+Green+Blue) = 220+215+129=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD781 is #23287E. Grayscale: #CFCFCF. Windows color (decimal): -2304127 or 8509404. OLE color: 8509404.

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

Color convert

RGB220215129-
CMYK00.020.410.14
HSL56.7º56.52%68.43%-
HSV(B)56.7º41.36%86.27%-
XYZ57.7865.430.35-
YUV206.6984.16137.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 129 (50.78% from 255) = 22.87%
R=39.01%
G=38.12%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021512900.020.410.1456.756.5268.43
HexDCD7810229E393944
Octal3343272010251167171104
Binary11011100110101111000000101010100111101110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD781; }

 p { color: rgb(220,215,129); }

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

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

 a { background-color: rgb(220,215,129); }

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

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

 span { border-color: rgb(220,215,129); }

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