Html Css Color HEX #D9D175 Wild Rice

📋 copy color: '#D9D175'

red 217 ◦ green 209 ◦ blue 117

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

Shades of Wild Rice #D9D175

Tints of Wild Rice #D9D175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 39.96%
G = 38.49%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9D175 (or 0xD9D175) is known color: Wild Rice. HEX triplet: D9, D1 and 75. RGB value is (217,209,117). Sum of RGB (Red+Green+Blue) = 217+209+117=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D175 is #262E8A. Grayscale: #C9C9C9. Windows color (decimal): -2502283 or 7721433. OLE color: 7721433.

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

Color convert

RGB 217 209 117 -
CMYK 0 0.04 0.46 0.15
HSL 55.2º 0.57% 0.65% -
HSV(B) 55.2º 0.46% 0.85% -
XYZ 54.63 61.64 25.85 -
YUV 200.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 217 209 117 0 0.04 0.46 0.15 55.2 0.57 0.65
Hex D9 D1 75 0 4 2E F 37 39 41
Octal 331 321 165 0 4 56 17 67 71 101
Binary 11011001 11010001 1110101 0 100 101110 1111 110111 111001 1000001

Color Harmonies of #D9D175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D175

Black with #D9D175

Text Example


Text Example

White with #D9D175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D175; }

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

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

background-color css

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

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

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

border-color css

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

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

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