#D8CE6D

Color #D8CE6D Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #D8CE6D

Tints of Wild Rice #D8CE6D

Color information

#D8CE6D (or 0xD8CE6D) is unknown color: approx 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

RGB216206109-
CMYK00.050.500.15
HSL54.39º57.84%63.73%-
HSV(B)54.39º49.54%84.71%-
XYZ53.1559.8523.22-
YUV197.9377.81140.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620610900.050.500.1554.3957.8463.73
HexD8CE6D0532F363a40
Octal3303161550562176672100
Binary11011000110011101101101010111001011111101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>