Html Css Color HEX #DCD179 Wild Rice

📋 copy color: '#DCD179'

red 220 ◦ green 209 ◦ blue 121

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

Shades of Wild Rice #DCD179

Tints of Wild Rice #DCD179

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38%

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

R = 40%
G = 38%
B = 22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD179 (or 0xDCD179) is known color: Wild Rice. HEX triplet: DC, D1 and 79. RGB value is (220,209,121). Sum of RGB (Red+Green+Blue) = 220+209+121=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD179 is #232E86. Grayscale: #CACACA. Windows color (decimal): -2305671 or 7983580. OLE color: 7983580.

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

Color convert

RGB 220 209 121 -
CMYK 0 0.05 0.45 0.14
HSL 53.33º 0.59% 0.67% -
HSV(B) 53.33º 0.45% 0.86% -
XYZ 55.77 62.2 27.16 -
YUV 202.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 220 209 121 0 0.05 0.45 0.14 53.33 0.59 0.67
Hex DC D1 79 0 5 2D E 35 3B 43
Octal 334 321 171 0 5 55 16 65 73 103
Binary 11011100 11010001 1111001 0 101 101101 1110 110101 111011 1000011

Color Harmonies of #DCD179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD179

Black with #DCD179

Text Example


Text Example

White with #DCD179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD179; }

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

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

background-color css

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

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

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

border-color css

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

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

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