#DCD57A

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

Shades of Wild Rice #DCD57A

Tints of Wild Rice #DCD57A

Color information

#DCD57A (or 0xDCD57A) is unknown color: approx Wild Rice. HEX triplet: DC, D5 and 7A. RGB value is (220,213,122). Sum of RGB (Red+Green+Blue) = 220+213+122=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD57A is #232A85. Grayscale: #CDCDCD. Windows color (decimal): -2304646 or 8050140. OLE color: 8050140.

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

Color convert

RGB220213122-
CMYK00.030.450.14
HSL55.71º58.33%67.06%-
HSV(B)55.71º44.55%86.27%-
XYZ56.8264.2127.81-
YUV204.7281.32138.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=39.64%
G=38.38%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021312200.030.450.1455.7158.3367.06
HexDCD57A032DE383a43
Octal3343251720355167072103
Binary1101110011010101111101001110110111101110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD57A; }

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

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

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

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

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

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

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

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