Html Css Color HEX #D8CE6D Wild Rice

📋 copy color: '#D8CE6D'

red 216 ◦ green 206 ◦ blue 109

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

Shades of Wild Rice #D8CE6D

Tints of Wild Rice #D8CE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.53%

R = 40.68%
G = 38.79%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8CE6D (or 0xD8CE6D) is known color: Wild Rice. HEX triplet: D8, CE and 6D. RGB value is (216,206,109). Sum of RGB (Red+Green+Blue) = 216+206+109=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE6D is #273192. Grayscale: #C6C6C6. Windows color (decimal): -2568595 or 7196376. OLE color: 7196376.

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

Color convert

RGB 216 206 109 -
CMYK 0 0.05 0.50 0.15
HSL 54.39º 0.58% 0.64% -
HSV(B) 54.39º 0.5% 0.85% -
XYZ 53.15 59.85 23.22 -
YUV 197.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 216 206 109 0 0.05 0.50 0.15 54.39 0.58 0.64
Hex D8 CE 6D 0 5 32 F 36 3A 40
Octal 330 316 155 0 5 62 17 66 72 100
Binary 11011000 11001110 1101101 0 101 110010 1111 110110 111010 1000000

Color Harmonies of #D8CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CE6D

Black with #D8CE6D

Text Example


Text Example

White with #D8CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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