Html Css Color HEX #DCD579 Wild Rice

📋 copy color: '#DCD579'

red 220 ◦ green 213 ◦ blue 121

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

Shades of Wild Rice #DCD579

Tints of Wild Rice #DCD579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.84%

R = 39.71%
G = 38.45%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD579 (or 0xDCD579) is known color: Wild Rice. HEX triplet: DC, D5 and 79. RGB value is (220,213,121). Sum of RGB (Red+Green+Blue) = 220+213+121=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD579 is #232A86. Grayscale: #CCCCCC. Windows color (decimal): -2304647 or 7984604. OLE color: 7984604.

HSL color Cylindrical-coordinate representation of color #DCD579: hue angle of 55.76º degrees, saturation: 0.59, 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 #DCD579 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 121 -
CMYK 0 0.03 0.45 0.14
HSL 55.76º 0.59% 0.67% -
HSV(B) 55.76º 0.45% 0.86% -
XYZ 56.76 64.18 27.49 -
YUV 204.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 220 213 121 0 0.03 0.45 0.14 55.76 0.59 0.67
Hex DC D5 79 0 3 2D E 38 3B 43
Octal 334 325 171 0 3 55 16 70 73 103
Binary 11011100 11010101 1111001 0 11 101101 1110 111000 111011 1000011

Color Harmonies of #DCD579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD579

Black with #DCD579

Text Example


Text Example

White with #DCD579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD579; }

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

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

background-color css

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

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

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

border-color css

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

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

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