Html Css Color HEX #D8CE6E Wild Rice

📋 copy color: '#D8CE6E'

red 216 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #D8CE6E

Tints of Wild Rice #D8CE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 40.6%
G = 38.72%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8CE6E (or 0xD8CE6E) is known color: Wild Rice. HEX triplet: D8, CE and 6E. RGB value is (216,206,110). Sum of RGB (Red+Green+Blue) = 216+206+110=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE6E is #273191. Grayscale: #C6C6C6. Windows color (decimal): -2568594 or 7261912. OLE color: 7261912.

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

Color convert

RGB 216 206 110 -
CMYK 0 0.05 0.49 0.15
HSL 54.34º 0.58% 0.64% -
HSV(B) 54.34º 0.49% 0.85% -
XYZ 53.2 59.87 23.5 -
YUV 198.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 216 206 110 0 0.05 0.49 0.15 54.34 0.58 0.64
Hex D8 CE 6E 0 5 31 F 36 3A 40
Octal 330 316 156 0 5 61 17 66 72 100
Binary 11011000 11001110 1101110 0 101 110001 1111 110110 111010 1000000

Color Harmonies of #D8CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE6E

Black with #D8CE6E

Text Example


Text Example

White with #D8CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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