Html Css Color HEX #D0A975 Putty

📋 copy color: '#D0A975'

red 208 ◦ green 169 ◦ blue 117

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

Shades of Putty #D0A975

Tints of Putty #D0A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.21%

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

R = 42.11%
G = 34.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A975 (or 0xD0A975) is known color: Putty. HEX triplet: D0, A9 and 75. RGB value is (208,169,117). Sum of RGB (Red+Green+Blue) = 208+169+117=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A975 is #2F568A. Grayscale: #AEAEAE. Windows color (decimal): -3102347 or 7711184. OLE color: 7711184.

HSL color Cylindrical-coordinate representation of color #D0A975: hue angle of 34.29º 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 #D0A975 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 117 -
CMYK 0 0.19 0.44 0.18
HSL 34.29º 0.49% 0.64% -
HSV(B) 34.29º 0.44% 0.82% -
XYZ 43.41 43.07 22.85 -
YUV 174.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 208 169 117 0 0.19 0.44 0.18 34.29 0.49 0.64
Hex D0 A9 75 0 13 2C 12 22 31 40
Octal 320 251 165 0 23 54 22 42 61 100
Binary 11010000 10101001 1110101 0 10011 101100 10010 100010 110001 1000000

Color Harmonies of #D0A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A975

Black with #D0A975

Text Example


Text Example

White with #D0A975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A975; }

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

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

background-color css

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

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

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

border-color css

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

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

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