Html Css Color HEX #DCD177 Wild Rice

📋 copy color: '#DCD177'

red 220 ◦ green 209 ◦ blue 119

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

Shades of Wild Rice #DCD177

Tints of Wild Rice #DCD177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.72%

R = 40.15%
G = 38.14%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD177 (or 0xDCD177) is known color: Wild Rice. HEX triplet: DC, D1 and 77. RGB value is (220,209,119). Sum of RGB (Red+Green+Blue) = 220+209+119=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD177 is #232E88. Grayscale: #CACACA. Windows color (decimal): -2305673 or 7852508. OLE color: 7852508.

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

Color convert

RGB 220 209 119 -
CMYK 0 0.05 0.46 0.14
HSL 53.47º 0.59% 0.66% -
HSV(B) 53.47º 0.46% 0.86% -
XYZ 55.65 62.15 26.52 -
YUV 202.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 220 209 119 0 0.05 0.46 0.14 53.47 0.59 0.66
Hex DC D1 77 0 5 2E E 35 3B 42
Octal 334 321 167 0 5 56 16 65 73 102
Binary 11011100 11010001 1110111 0 101 101110 1110 110101 111011 1000010

Color Harmonies of #DCD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD177

Black with #DCD177

Text Example


Text Example

White with #DCD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD177; }

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

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

background-color css

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

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

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

border-color css

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

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

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