Html Css Color HEX #D8D175 Wild Rice

📋 copy color: '#D8D175'

red 216 ◦ green 209 ◦ blue 117

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

Shades of Wild Rice #D8D175

Tints of Wild Rice #D8D175

RGB

 RED value IS 216 (84.77% from 255) = 39.85%

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

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

R = 39.85%
G = 38.56%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8D175 (or 0xD8D175) is known color: Wild Rice. HEX triplet: D8, D1 and 75. RGB value is (216,209,117). Sum of RGB (Red+Green+Blue) = 216+209+117=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D175 is #272E8A. Grayscale: #C8C8C8. Windows color (decimal): -2567819 or 7721432. OLE color: 7721432.

HSL color Cylindrical-coordinate representation of color #D8D175: hue angle of 55.76º degrees, saturation: 0.56, 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 #D8D175 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 209 117 -
CMYK 0 0.03 0.46 0.15
HSL 55.76º 0.56% 0.65% -
HSV(B) 55.76º 0.46% 0.85% -
XYZ 54.33 61.48 25.83 -
YUV 200.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 216 209 117 0 0.03 0.46 0.15 55.76 0.56 0.65
Hex D8 D1 75 0 3 2E F 38 38 41
Octal 330 321 165 0 3 56 17 70 70 101
Binary 11011000 11010001 1110101 0 11 101110 1111 111000 111000 1000001

Color Harmonies of #D8D175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D175

Black with #D8D175

Text Example


Text Example

White with #D8D175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D175; }

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

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

background-color css

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

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

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

border-color css

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

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

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