Html Css Color HEX #D8CE71 Wild Rice

📋 copy color: '#D8CE71'

red 216 ◦ green 206 ◦ blue 113

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

Shades of Wild Rice #D8CE71

Tints of Wild Rice #D8CE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 40.37%
G = 38.5%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8CE71 (or 0xD8CE71) is known color: Wild Rice. HEX triplet: D8, CE and 71. RGB value is (216,206,113). Sum of RGB (Red+Green+Blue) = 216+206+113=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE71 is #27318E. Grayscale: #C6C6C6. Windows color (decimal): -2568591 or 7458520. OLE color: 7458520.

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

Color convert

RGB 216 206 113 -
CMYK 0 0.05 0.48 0.15
HSL 54.17º 0.57% 0.65% -
HSV(B) 54.17º 0.48% 0.85% -
XYZ 53.37 59.93 24.38 -
YUV 198.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 216 206 113 0 0.05 0.48 0.15 54.17 0.57 0.65
Hex D8 CE 71 0 5 30 F 36 39 41
Octal 330 316 161 0 5 60 17 66 71 101
Binary 11011000 11001110 1110001 0 101 110000 1111 110110 111001 1000001

Color Harmonies of #D8CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE71

Black with #D8CE71

Text Example


Text Example

White with #D8CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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