Html Css Color HEX #DCD172 Wild Rice

📋 copy color: '#DCD172'

red 220 ◦ green 209 ◦ blue 114

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

Shades of Wild Rice #DCD172

Tints of Wild Rice #DCD172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 40.52%
G = 38.49%
B = 20.99%

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

#DCD172 (or 0xDCD172) is known color: Wild Rice. HEX triplet: DC, D1 and 72. RGB value is (220,209,114). Sum of RGB (Red+Green+Blue) = 220+209+114=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD172 is #232E8D. Grayscale: #C9C9C9. Windows color (decimal): -2305678 or 7524828. OLE color: 7524828.

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

Color convert

RGB 220 209 114 -
CMYK 0 0.05 0.48 0.14
HSL 53.77º 0.6% 0.65% -
HSV(B) 53.77º 0.48% 0.86% -
XYZ 55.35 62.03 24.98 -
YUV 201.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 220 209 114 0 0.05 0.48 0.14 53.77 0.6 0.65
Hex DC D1 72 0 5 30 E 36 3C 41
Octal 334 321 162 0 5 60 16 66 74 101
Binary 11011100 11010001 1110010 0 101 110000 1110 110110 111100 1000001

Color Harmonies of #DCD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD172

Black with #DCD172

Text Example


Text Example

White with #DCD172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD172; }

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

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

background-color css

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

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

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

border-color css

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

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

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