Html Css Color HEX #D8D079 Wild Rice

📋 copy color: '#D8D079'

red 216 ◦ green 208 ◦ blue 121

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

Shades of Wild Rice #D8D079

Tints of Wild Rice #D8D079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.2%

R = 39.63%
G = 38.17%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8D079 (or 0xD8D079) is known color: Wild Rice. HEX triplet: D8, D0 and 79. RGB value is (216,208,121). Sum of RGB (Red+Green+Blue) = 216+208+121=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D079 is #272F86. Grayscale: #C8C8C8. Windows color (decimal): -2568071 or 7983320. OLE color: 7983320.

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

Color convert

RGB 216 208 121 -
CMYK 0 0.04 0.44 0.15
HSL 54.95º 0.55% 0.66% -
HSV(B) 54.95º 0.44% 0.85% -
XYZ 54.33 61.09 27.02 -
YUV 200.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 216 208 121 0 0.04 0.44 0.15 54.95 0.55 0.66
Hex D8 D0 79 0 4 2C F 37 37 42
Octal 330 320 171 0 4 54 17 67 67 102
Binary 11011000 11010000 1111001 0 100 101100 1111 110111 110111 1000010

Color Harmonies of #D8D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D079

Black with #D8D079

Text Example


Text Example

White with #D8D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D079; }

 p { color: rgb(216,208,121); }

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

background-color css

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

 a { background-color: rgb(216,208,121); }

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

border-color css

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

 span { border-color: rgb(216,208,121); }

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