#D8CD69

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

Shades of Wild Rice #D8CD69

Tints of Wild Rice #D8CD69

Color information

#D8CD69 (or 0xD8CD69) is unknown color: approx Wild Rice. HEX triplet: D8, CD and 69. RGB value is (216,205,105). Sum of RGB (Red+Green+Blue) = 216+205+105=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD69 is #273296. Grayscale: #C5C5C5. Windows color (decimal): -2568855 or 6933976. OLE color: 6933976.

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

Color convert

RGB216205105-
CMYK00.050.510.15
HSL54.05º58.73%62.94%-
HSV(B)54.05º51.39%84.71%-
XYZ52.759.2822.03-
YUV196.8976.14141.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=41.06%
G=38.97%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620510500.050.510.1554.0558.7362.94
HexD8CD690533F363b3f
Octal330315151056317667377
Binary1101100011001101110100101011100111111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD69; }

 p { color: rgb(216,205,105); }

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

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

 a { background-color: rgb(216,205,105); }

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

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

 span { border-color: rgb(216,205,105); }

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