Html Css Color HEX #DCD173 Wild Rice

📋 copy color: '#DCD173'

red 220 ◦ green 209 ◦ blue 115

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

Shades of Wild Rice #DCD173

Tints of Wild Rice #DCD173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 40.44%
G = 38.42%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD173 (or 0xDCD173) is known color: Wild Rice. HEX triplet: DC, D1 and 73. RGB value is (220,209,115). Sum of RGB (Red+Green+Blue) = 220+209+115=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD173 is #232E8C. Grayscale: #C9C9C9. Windows color (decimal): -2305677 or 7590364. OLE color: 7590364.

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

Color convert

RGB 220 209 115 -
CMYK 0 0.05 0.48 0.14
HSL 53.71º 0.6% 0.66% -
HSV(B) 53.71º 0.48% 0.86% -
XYZ 55.41 62.05 25.28 -
YUV 201.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 220 209 115 0 0.05 0.48 0.14 53.71 0.6 0.66
Hex DC D1 73 0 5 30 E 36 3C 42
Octal 334 321 163 0 5 60 16 66 74 102
Binary 11011100 11010001 1110011 0 101 110000 1110 110110 111100 1000010

Color Harmonies of #DCD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD173

Black with #DCD173

Text Example


Text Example

White with #DCD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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