Html Css Color HEX #D8D076 Wild Rice

📋 copy color: '#D8D076'

red 216 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #D8D076

Tints of Wild Rice #D8D076

RGB

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

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

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

R = 39.85%
G = 38.38%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8D076 (or 0xD8D076) is known color: Wild Rice. HEX triplet: D8, D0 and 76. RGB value is (216,208,118). Sum of RGB (Red+Green+Blue) = 216+208+118=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D076 is #272F89. Grayscale: #C8C8C8. Windows color (decimal): -2568074 or 7786712. OLE color: 7786712.

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

Color convert

RGB 216 208 118 -
CMYK 0 0.04 0.45 0.15
HSL 55.1º 0.56% 0.65% -
HSV(B) 55.1º 0.45% 0.85% -
XYZ 54.14 61.02 26.06 -
YUV 200.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 216 208 118 0 0.04 0.45 0.15 55.1 0.56 0.65
Hex D8 D0 76 0 4 2D F 37 38 41
Octal 330 320 166 0 4 55 17 67 70 101
Binary 11011000 11010000 1110110 0 100 101101 1111 110111 111000 1000001

Color Harmonies of #D8D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D076

Black with #D8D076

Text Example


Text Example

White with #D8D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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