Html Css Color HEX #DCD576 Wild Rice

📋 copy color: '#DCD576'

red 220 ◦ green 213 ◦ blue 118

#DCD576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #DCD576

Tints of Wild Rice #DCD576

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 118 (46.48% from 255) = 21.42%

R = 39.93%
G = 38.66%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD576 (or 0xDCD576) is known color: Wild Rice. HEX triplet: DC, D5 and 76. RGB value is (220,213,118). Sum of RGB (Red+Green+Blue) = 220+213+118=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD576 is #232A89. Grayscale: #CCCCCC. Windows color (decimal): -2304650 or 7787996. OLE color: 7787996.

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

Color convert

RGB 220 213 118 -
CMYK 0 0.03 0.46 0.14
HSL 55.88º 0.59% 0.66% -
HSV(B) 55.88º 0.46% 0.86% -
XYZ 56.58 64.11 26.53 -
YUV 204.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 220 213 118 0 0.03 0.46 0.14 55.88 0.59 0.66
Hex DC D5 76 0 3 2E E 38 3B 42
Octal 334 325 166 0 3 56 16 70 73 102
Binary 11011100 11010101 1110110 0 11 101110 1110 111000 111011 1000010

Color Harmonies of #DCD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD576

Black with #DCD576

Text Example


Text Example

White with #DCD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD576; }

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

 H1.HeaderClassName
 {
   color: #DCD576;
 }
 .AnyTagClassName
 {
   color: #DCD576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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