#D8CE75

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

Shades of Wild Rice #D8CE75

Tints of Wild Rice #D8CE75

Color information

#D8CE75 (or 0xD8CE75) is unknown color: approx Wild Rice. HEX triplet: D8, CE and 75. RGB value is (216,206,117). Sum of RGB (Red+Green+Blue) = 216+206+117=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE75 is #27318A. Grayscale: #C7C7C7. Windows color (decimal): -2568587 or 7720664. OLE color: 7720664.

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

Color convert

RGB216206117-
CMYK00.050.460.15
HSL53.94º55.93%65.29%-
HSV(B)53.94º45.83%84.71%-
XYZ53.660.0325.59-
YUV198.8481.81140.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=40.07%
G=38.22%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620611700.050.460.1553.9455.9365.29
HexD8CE75052EF363841
Octal3303161650556176670101
Binary11011000110011101110101010110111011111101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CE75; }

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

 H1.HeaderClassName
 {
   color: #D8CE75;
 }
 .AnyTagClassName
 {
   color: #D8CE75;
 }
</style>
background-color css

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

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

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

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

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

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