Html Css Color HEX #D9D172 Wild Rice

📋 copy color: '#D9D172'

red 217 ◦ green 209 ◦ blue 114

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

Shades of Wild Rice #D9D172

Tints of Wild Rice #D9D172

RGB

 RED value IS 217 (85.16% from 255) = 40.19%

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

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

R = 40.19%
G = 38.7%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9D172 (or 0xD9D172) is known color: Wild Rice. HEX triplet: D9, D1 and 72. RGB value is (217,209,114). Sum of RGB (Red+Green+Blue) = 217+209+114=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D172 is #262E8D. Grayscale: #C8C8C8. Windows color (decimal): -2502286 or 7524825. OLE color: 7524825.

HSL color Cylindrical-coordinate representation of color #D9D172: hue angle of 55.34º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9D172 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 209 114 -
CMYK 0 0.04 0.47 0.15
HSL 55.34º 0.58% 0.65% -
HSV(B) 55.34º 0.47% 0.85% -
XYZ 54.45 61.57 24.93 -
YUV 200.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 217 209 114 0 0.04 0.47 0.15 55.34 0.58 0.65
Hex D9 D1 72 0 4 2F F 37 3A 41
Octal 331 321 162 0 4 57 17 67 72 101
Binary 11011001 11010001 1110010 0 100 101111 1111 110111 111010 1000001

Color Harmonies of #D9D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D172

Black with #D9D172

Text Example


Text Example

White with #D9D172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D172; }

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

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

background-color css

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

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

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

border-color css

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

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

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