#D6CB68

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

Shades of Chenin #D6CB68

Tints of Chenin #D6CB68

Color information

#D6CB68 (or 0xD6CB68) is unknown color: approx Chenin. HEX triplet: D6, CB and 68. RGB value is (214,203,104). Sum of RGB (Red+Green+Blue) = 214+203+104=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB68 is #293497. Grayscale: #C3C3C3. Windows color (decimal): -2700440 or 6867926. OLE color: 6867926.

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

Color convert

RGB214203104-
CMYK00.050.510.16
HSL54º57.29%62.35%-
HSV(B)54º51.4%83.92%-
XYZ51.5958.0121.57-
YUV19576.64141.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=41.07%
G=38.96%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21420310400.050.510.165457.2962.35
HexD6CB6805331036393e
Octal326313150056320667176
Binary11010110110010111101000010111001110000110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB68; }

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

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

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

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

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

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

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

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