Html Css Color HEX #D0A572 Putty

📋 copy color: '#D0A572'

red 208 ◦ green 165 ◦ blue 114

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

Shades of Putty #D0A572

Tints of Putty #D0A572

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.88%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 42.71%
G = 33.88%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0A572 (or 0xD0A572) is known color: Putty. HEX triplet: D0, A5 and 72. RGB value is (208,165,114). Sum of RGB (Red+Green+Blue) = 208+165+114=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A572 is #2F5A8D. Grayscale: #ACACAC. Windows color (decimal): -3103374 or 7513552. OLE color: 7513552.

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

Color convert

RGB 208 165 114 -
CMYK 0 0.21 0.45 0.18
HSL 32.55º 0.5% 0.63% -
HSV(B) 32.55º 0.45% 0.82% -
XYZ 42.5 41.54 21.7 -
YUV 172.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 208 165 114 0 0.21 0.45 0.18 32.55 0.5 0.63
Hex D0 A5 72 0 15 2D 12 21 32 3F
Octal 320 245 162 0 25 55 22 41 62 77
Binary 11010000 10100101 1110010 0 10101 101101 10010 100001 110010 111111

Color Harmonies of #D0A572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A572

Black with #D0A572

Text Example


Text Example

White with #D0A572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A572; }

 p { color: rgb(208,165,114); }

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

background-color css

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

 a { background-color: rgb(208,165,114); }

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

border-color css

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

 span { border-color: rgb(208,165,114); }

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