Html Css Color HEX #D0AC7A Putty

📋 copy color: '#D0AC7A'

red 208 ◦ green 172 ◦ blue 122

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

Shades of Putty #D0AC7A

Tints of Putty #D0AC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 41.43%
G = 34.26%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0AC7A (or 0xD0AC7A) is known color: Putty. HEX triplet: D0, AC and 7A. RGB value is (208,172,122). Sum of RGB (Red+Green+Blue) = 208+172+122=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC7A is #2F5385. Grayscale: #B1B1B1. Windows color (decimal): -3101574 or 8039632. OLE color: 8039632.

HSL color Cylindrical-coordinate representation of color #D0AC7A: hue angle of 34.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0AC7A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 172 122 -
CMYK 0 0.17 0.41 0.18
HSL 34.88º 0.48% 0.65% -
HSV(B) 34.88º 0.41% 0.82% -
XYZ 44.28 44.32 24.63 -
YUV 177.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 208 172 122 0 0.17 0.41 0.18 34.88 0.48 0.65
Hex D0 AC 7A 0 11 29 12 23 30 41
Octal 320 254 172 0 21 51 22 43 60 101
Binary 11010000 10101100 1111010 0 10001 101001 10010 100011 110000 1000001

Color Harmonies of #D0AC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC7A

Black with #D0AC7A

Text Example


Text Example

White with #D0AC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC7A; }

 p { color: rgb(208,172,122); }

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

background-color css

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

 a { background-color: rgb(208,172,122); }

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

border-color css

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

 span { border-color: rgb(208,172,122); }

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