Html Css Color HEX #D8D077 Wild Rice

📋 copy color: '#D8D077'

red 216 ◦ green 208 ◦ blue 119

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

Shades of Wild Rice #D8D077

Tints of Wild Rice #D8D077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 39.78%
G = 38.31%
B = 21.92%

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

#D8D077 (or 0xD8D077) is known color: Wild Rice. HEX triplet: D8, D0 and 77. RGB value is (216,208,119). Sum of RGB (Red+Green+Blue) = 216+208+119=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D077 is #272F88. Grayscale: #C8C8C8. Windows color (decimal): -2568073 or 7852248. OLE color: 7852248.

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

Color convert

RGB 216 208 119 -
CMYK 0 0.04 0.45 0.15
HSL 55.05º 0.55% 0.66% -
HSV(B) 55.05º 0.45% 0.85% -
XYZ 54.2 61.04 26.38 -
YUV 200.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 216 208 119 0 0.04 0.45 0.15 55.05 0.55 0.66
Hex D8 D0 77 0 4 2D F 37 37 42
Octal 330 320 167 0 4 55 17 67 67 102
Binary 11011000 11010000 1110111 0 100 101101 1111 110111 110111 1000010

Color Harmonies of #D8D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D077

Black with #D8D077

Text Example


Text Example

White with #D8D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D077; }

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

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

background-color css

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

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

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

border-color css

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

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

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