Html Css Color HEX #D9D076 Wild Rice

📋 copy color: '#D9D076'

red 217 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #D9D076

Tints of Wild Rice #D9D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 39.96%
G = 38.31%
B = 21.73%

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

#D9D076 (or 0xD9D076) is known color: Wild Rice. HEX triplet: D9, D0 and 76. RGB value is (217,208,118). Sum of RGB (Red+Green+Blue) = 217+208+118=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D076 is #262F89. Grayscale: #C8C8C8. Windows color (decimal): -2502538 or 7786713. OLE color: 7786713.

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

Color convert

RGB 217 208 118 -
CMYK 0 0.04 0.46 0.15
HSL 54.55º 0.57% 0.66% -
HSV(B) 54.55º 0.46% 0.85% -
XYZ 54.44 61.17 26.08 -
YUV 200.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 217 208 118 0 0.04 0.46 0.15 54.55 0.57 0.66
Hex D9 D0 76 0 4 2E F 37 39 42
Octal 331 320 166 0 4 56 17 67 71 102
Binary 11011001 11010000 1110110 0 100 101110 1111 110111 111001 1000010

Color Harmonies of #D9D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D076

Black with #D9D076

Text Example


Text Example

White with #D9D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D076; }

 p { color: rgb(217,208,118); }

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

background-color css

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

 a { background-color: rgb(217,208,118); }

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

border-color css

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

 span { border-color: rgb(217,208,118); }

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