Html Css Color HEX #D6AB75 Putty

📋 copy color: '#D6AB75'

red 214 ◦ green 171 ◦ blue 117

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

Shades of Putty #D6AB75

Tints of Putty #D6AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 42.63%
G = 34.06%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6AB75 (or 0xD6AB75) is known color: Putty. HEX triplet: D6, AB and 75. RGB value is (214,171,117). Sum of RGB (Red+Green+Blue) = 214+171+117=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB75 is #29548A. Grayscale: #B1B1B1. Windows color (decimal): -2708619 or 7711702. OLE color: 7711702.

HSL color Cylindrical-coordinate representation of color #D6AB75: hue angle of 33.4º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6AB75 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 117 -
CMYK 0 0.20 0.45 0.16
HSL 33.4º 0.54% 0.65% -
HSV(B) 33.4º 0.45% 0.84% -
XYZ 45.51 44.71 23.06 -
YUV 177.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 214 171 117 0 0.20 0.45 0.16 33.4 0.54 0.65
Hex D6 AB 75 0 14 2D 10 21 36 41
Octal 326 253 165 0 24 55 20 41 66 101
Binary 11010110 10101011 1110101 0 10100 101101 10000 100001 110110 1000001

Color Harmonies of #D6AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB75

Black with #D6AB75

Text Example


Text Example

White with #D6AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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