Html Css Color HEX #D8CC76 Wild Rice

📋 copy color: '#D8CC76'

red 216 ◦ green 204 ◦ blue 118

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

Shades of Wild Rice #D8CC76

Tints of Wild Rice #D8CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 40.15%
G = 37.92%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8CC76 (or 0xD8CC76) is known color: Wild Rice. HEX triplet: D8, CC and 76. RGB value is (216,204,118). Sum of RGB (Red+Green+Blue) = 216+204+118=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC76 is #273389. Grayscale: #C6C6C6. Windows color (decimal): -2569098 or 7785688. OLE color: 7785688.

HSL color Cylindrical-coordinate representation of color #D8CC76: hue angle of 52.65º 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 #D8CC76 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 118 -
CMYK 0 0.06 0.45 0.15
HSL 52.65º 0.56% 0.65% -
HSV(B) 52.65º 0.45% 0.85% -
XYZ 53.18 59.09 25.74 -
YUV 197.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 216 204 118 0 0.06 0.45 0.15 52.65 0.56 0.65
Hex D8 CC 76 0 6 2D F 35 38 41
Octal 330 314 166 0 6 55 17 65 70 101
Binary 11011000 11001100 1110110 0 110 101101 1111 110101 111000 1000001

Color Harmonies of #D8CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC76

Black with #D8CC76

Text Example


Text Example

White with #D8CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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