Html Css Color HEX #D0AF7A Putty

📋 copy color: '#D0AF7A'

red 208 ◦ green 175 ◦ blue 122

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

Shades of Putty #D0AF7A

Tints of Putty #D0AF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

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

R = 41.19%
G = 34.65%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0AF7A (or 0xD0AF7A) is known color: Putty. HEX triplet: D0, AF and 7A. RGB value is (208,175,122). Sum of RGB (Red+Green+Blue) = 208+175+122=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF7A is #2F5085. Grayscale: #B3B3B3. Windows color (decimal): -3100806 or 8040400. OLE color: 8040400.

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

Color convert

RGB 208 175 122 -
CMYK 0 0.16 0.41 0.18
HSL 36.98º 0.48% 0.65% -
HSV(B) 36.98º 0.41% 0.82% -
XYZ 44.86 45.47 24.83 -
YUV 178.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 208 175 122 0 0.16 0.41 0.18 36.98 0.48 0.65
Hex D0 AF 7A 0 10 29 12 25 30 41
Octal 320 257 172 0 20 51 22 45 60 101
Binary 11010000 10101111 1111010 0 10000 101001 10010 100101 110000 1000001

Color Harmonies of #D0AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF7A

Black with #D0AF7A

Text Example


Text Example

White with #D0AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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