Html Css Color HEX #D0AB69 Putty

📋 copy color: '#D0AB69'

red 208 ◦ green 171 ◦ blue 105

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

Shades of Putty #D0AB69

Tints of Putty #D0AB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.69%

R = 42.98%
G = 35.33%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0AB69 (or 0xD0AB69) is known color: Putty. HEX triplet: D0, AB and 69. RGB value is (208,171,105). Sum of RGB (Red+Green+Blue) = 208+171+105=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB69 is #2F5496. Grayscale: #AEAEAE. Windows color (decimal): -3101847 or 6925264. OLE color: 6925264.

HSL color Cylindrical-coordinate representation of color #D0AB69: hue angle of 38.45º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0AB69 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 105 -
CMYK 0 0.18 0.50 0.18
HSL 38.45º 0.52% 0.61% -
HSV(B) 38.45º 0.5% 0.82% -
XYZ 43.13 43.56 19.5 -
YUV 174.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 208 171 105 0 0.18 0.50 0.18 38.45 0.52 0.61
Hex D0 AB 69 0 12 32 12 26 34 3D
Octal 320 253 151 0 22 62 22 46 64 75
Binary 11010000 10101011 1101001 0 10010 110010 10010 100110 110100 111101

Color Harmonies of #D0AB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB69

Black with #D0AB69

Text Example


Text Example

White with #D0AB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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