#D8CD67

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

Shades of Wild Rice #D8CD67

Tints of Wild Rice #D8CD67

Color information

#D8CD67 (or 0xD8CD67) is unknown color: approx Wild Rice. HEX triplet: D8, CD and 67. RGB value is (216,205,103). Sum of RGB (Red+Green+Blue) = 216+205+103=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD67 is #273298. Grayscale: #C5C5C5. Windows color (decimal): -2568857 or 6802904. OLE color: 6802904.

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

Color convert

RGB216205103-
CMYK00.050.520.15
HSL54.16º59.16%62.55%-
HSV(B)54.16º52.31%84.71%-
XYZ52.659.2421.49-
YUV196.6675.14141.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 103 (40.62% from 255) = 19.66%
R=41.22%
G=39.12%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620510300.050.520.1554.1659.1662.55
HexD8CD670534F363b3f
Octal330315147056417667377
Binary1101100011001101110011101011101001111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD67; }

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

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

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

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

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

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

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

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