Html Css Color HEX #D6AB6B Putty

📋 copy color: '#D6AB6B'

red 214 ◦ green 171 ◦ blue 107

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

Shades of Putty #D6AB6B

Tints of Putty #D6AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 43.5%
G = 34.76%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6AB6B (or 0xD6AB6B) is known color: Putty. HEX triplet: D6, AB and 6B. RGB value is (214,171,107). Sum of RGB (Red+Green+Blue) = 214+171+107=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB6B is #295494. Grayscale: #B0B0B0. Windows color (decimal): -2708629 or 7056342. OLE color: 7056342.

HSL color Cylindrical-coordinate representation of color #D6AB6B: hue angle of 35.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6AB6B is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 107 -
CMYK 0 0.20 0.50 0.16
HSL 35.89º 0.57% 0.63% -
HSV(B) 35.89º 0.5% 0.84% -
XYZ 44.95 44.48 20.13 -
YUV 176.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 214 171 107 0 0.20 0.50 0.16 35.89 0.57 0.63
Hex D6 AB 6B 0 14 32 10 24 39 3F
Octal 326 253 153 0 24 62 20 44 71 77
Binary 11010110 10101011 1101011 0 10100 110010 10000 100100 111001 111111

Color Harmonies of #D6AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB6B

Black with #D6AB6B

Text Example


Text Example

White with #D6AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB6B; }

 p { color: rgb(214,171,107); }

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

background-color css

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

 a { background-color: rgb(214,171,107); }

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

border-color css

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

 span { border-color: rgb(214,171,107); }

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