Html Css Color HEX #D6BB6E Chenin

📋 copy color: '#D6BB6E'

red 214 ◦ green 187 ◦ blue 110

#D6BB6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #D6BB6E

Tints of Chenin #D6BB6E

RGB

 RED value IS 214 (83.98% from 255) = 41.88%

 GREEN value IS 187 (73.44% from 255) = 36.59%

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 41.88%
G = 36.59%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6BB6E (or 0xD6BB6E) is known color: Chenin. HEX triplet: D6, BB and 6E. RGB value is (214,187,110). Sum of RGB (Red+Green+Blue) = 214+187+110=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB6E is #294491. Grayscale: #BABABA. Windows color (decimal): -2704530 or 7257046. OLE color: 7257046.

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

Color convert

RGB 214 187 110 -
CMYK 0 0.13 0.49 0.16
HSL 44.42º 0.56% 0.64% -
HSV(B) 44.42º 0.49% 0.84% -
XYZ 48.32 50.96 22.04 -
YUV 186.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 214 187 110 0 0.13 0.49 0.16 44.42 0.56 0.64
Hex D6 BB 6E 0 D 31 10 2C 38 40
Octal 326 273 156 0 15 61 20 54 70 100
Binary 11010110 10111011 1101110 0 1101 110001 10000 101100 111000 1000000

Color Harmonies of #D6BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BB6E

Black with #D6BB6E

Text Example


Text Example

White with #D6BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BB6E; }

 p { color: rgb(214,187,110); }

 H1.HeaderClassName
 {
   color: #D6BB6E;
 }
 .AnyTagClassName
 {
   color: #D6BB6E;
 }
</style>

background-color css

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

 a { background-color: rgb(214,187,110); }

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

border-color css

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

 span { border-color: rgb(214,187,110); }

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