Html Css Color HEX #D0AB6F Putty

📋 copy color: '#D0AB6F'

red 208 ◦ green 171 ◦ blue 111

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

Shades of Putty #D0AB6F

Tints of Putty #D0AB6F

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

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

 BLUE value IS 111 (43.75% from 255) = 22.65%

R = 42.45%
G = 34.9%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0AB6F (or 0xD0AB6F) is known color: Putty. HEX triplet: D0, AB and 6F. RGB value is (208,171,111). Sum of RGB (Red+Green+Blue) = 208+171+111=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB6F is #2F5490. Grayscale: #AFAFAF. Windows color (decimal): -3101841 or 7318480. OLE color: 7318480.

HSL color Cylindrical-coordinate representation of color #D0AB6F: hue angle of 37.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0AB6F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 111 -
CMYK 0 0.18 0.47 0.18
HSL 37.11º 0.51% 0.63% -
HSV(B) 37.11º 0.47% 0.82% -
XYZ 43.44 43.68 21.18 -
YUV 175.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 208 171 111 0 0.18 0.47 0.18 37.11 0.51 0.63
Hex D0 AB 6F 0 12 2F 12 25 33 3F
Octal 320 253 157 0 22 57 22 45 63 77
Binary 11010000 10101011 1101111 0 10010 101111 10010 100101 110011 111111

Color Harmonies of #D0AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB6F

Black with #D0AB6F

Text Example


Text Example

White with #D0AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB6F; }

 p { color: rgb(208,171,111); }

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

background-color css

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

 a { background-color: rgb(208,171,111); }

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

border-color css

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

 span { border-color: rgb(208,171,111); }

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