#D6CB72

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

Shades of Wild Rice #D6CB72

Tints of Wild Rice #D6CB72

Color information

#D6CB72 (or 0xD6CB72) is unknown color: approx Wild Rice. HEX triplet: D6, CB and 72. RGB value is (214,203,114). Sum of RGB (Red+Green+Blue) = 214+203+114=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB72 is #29348D. Grayscale: #C4C4C4. Windows color (decimal): -2700430 or 7523286. OLE color: 7523286.

HSL color Cylindrical-coordinate representation of color #D6CB72: hue angle of 53.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6CB72 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214203114-
CMYK00.050.470.16
HSL53.4º54.95%64.31%-
HSV(B)53.4º46.73%83.92%-
XYZ52.1258.2224.41-
YUV196.1481.64140.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=40.30%
G=38.23%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420311400.050.470.1653.454.9564.31
HexD6CB72052F10353740
Octal3263131620557206567100
Binary110101101100101111100100101101111100001101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB72; }

 p { color: rgb(214,203,114); }

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

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

 a { background-color: rgb(214,203,114); }

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

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

 span { border-color: rgb(214,203,114); }

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