Html Css Color HEX #D0A270 Putty

📋 copy color: '#D0A270'

red 208 ◦ green 162 ◦ blue 112

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

Shades of Putty #D0A270

Tints of Putty #D0A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 43.15%
G = 33.61%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0A270 (or 0xD0A270) is known color: Putty. HEX triplet: D0, A2 and 70. RGB value is (208,162,112). Sum of RGB (Red+Green+Blue) = 208+162+112=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A270 is #2F5D8F. Grayscale: #AAAAAA. Windows color (decimal): -3104144 or 7381712. OLE color: 7381712.

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

Color convert

RGB 208 162 112 -
CMYK 0 0.22 0.46 0.18
HSL 31.25º 0.51% 0.63% -
HSV(B) 31.25º 0.46% 0.82% -
XYZ 41.86 40.42 20.93 -
YUV 170.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 208 162 112 0 0.22 0.46 0.18 31.25 0.51 0.63
Hex D0 A2 70 0 16 2E 12 1F 33 3F
Octal 320 242 160 0 26 56 22 37 63 77
Binary 11010000 10100010 1110000 0 10110 101110 10010 11111 110011 111111

Color Harmonies of #D0A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A270

Black with #D0A270

Text Example


Text Example

White with #D0A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A270; }

 p { color: rgb(208,162,112); }

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

background-color css

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

 a { background-color: rgb(208,162,112); }

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

border-color css

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

 span { border-color: rgb(208,162,112); }

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