Html Css Color HEX #D8CE76 Wild Rice

📋 copy color: '#D8CE76'

red 216 ◦ green 206 ◦ blue 118

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

Shades of Wild Rice #D8CE76

Tints of Wild Rice #D8CE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

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

R = 40%
G = 38.15%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8CE76 (or 0xD8CE76) is known color: Wild Rice. HEX triplet: D8, CE and 76. RGB value is (216,206,118). Sum of RGB (Red+Green+Blue) = 216+206+118=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE76 is #273189. Grayscale: #C7C7C7. Windows color (decimal): -2568586 or 7786200. OLE color: 7786200.

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

Color convert

RGB 216 206 118 -
CMYK 0 0.05 0.45 0.15
HSL 53.88º 0.56% 0.65% -
HSV(B) 53.88º 0.45% 0.85% -
XYZ 53.66 60.05 25.9 -
YUV 198.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 216 206 118 0 0.05 0.45 0.15 53.88 0.56 0.65
Hex D8 CE 76 0 5 2D F 36 38 41
Octal 330 316 166 0 5 55 17 66 70 101
Binary 11011000 11001110 1110110 0 101 101101 1111 110110 111000 1000001

Color Harmonies of #D8CE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE76

Black with #D8CE76

Text Example


Text Example

White with #D8CE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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