Html Css Color HEX #D0AB75 Putty

📋 copy color: '#D0AB75'

red 208 ◦ green 171 ◦ blue 117

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

Shades of Putty #D0AB75

Tints of Putty #D0AB75

RGB

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

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

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

R = 41.94%
G = 34.48%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0AB75 (or 0xD0AB75) is known color: Putty. HEX triplet: D0, AB and 75. RGB value is (208,171,117). Sum of RGB (Red+Green+Blue) = 208+171+117=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB75 is #2F548A. Grayscale: #B0B0B0. Windows color (decimal): -3101835 or 7711696. OLE color: 7711696.

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

Color convert

RGB 208 171 117 -
CMYK 0 0.18 0.44 0.18
HSL 35.6º 0.49% 0.64% -
HSV(B) 35.6º 0.44% 0.82% -
XYZ 43.79 43.82 22.98 -
YUV 175.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 208 171 117 0 0.18 0.44 0.18 35.6 0.49 0.64
Hex D0 AB 75 0 12 2C 12 24 31 40
Octal 320 253 165 0 22 54 22 44 61 100
Binary 11010000 10101011 1110101 0 10010 101100 10010 100100 110001 1000000

Color Harmonies of #D0AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB75

Black with #D0AB75

Text Example


Text Example

White with #D0AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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