#D6BD6D

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

Shades of Chenin #D6BD6D

Tints of Chenin #D6BD6D

Color information

#D6BD6D (or 0xD6BD6D) is unknown color: approx Chenin. HEX triplet: D6, BD and 6D. RGB value is (214,189,109). Sum of RGB (Red+Green+Blue) = 214+189+109=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD6D is #294292. Grayscale: #BBBBBB. Windows color (decimal): -2704019 or 7192022. OLE color: 7192022.

HSL color Cylindrical-coordinate representation of color #D6BD6D: hue angle of 45.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6BD6D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214189109-
CMYK00.120.490.16
HSL45.71º56.15%63.33%-
HSV(B)45.71º49.07%83.92%-
XYZ48.6951.821.9-
YUV187.3683.78147-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=41.80%
G=36.91%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418910900.120.490.1645.7156.1563.33
HexD6BD6D0C31102e383f
Octal3262751550146120567077
Binary110101101011110111011010110011000110000101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD6D; }

 p { color: rgb(214,189,109); }

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

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

 a { background-color: rgb(214,189,109); }

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

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

 span { border-color: rgb(214,189,109); }

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