Html Css Color HEX #D0AF6F Putty

📋 copy color: '#D0AF6F'

red 208 ◦ green 175 ◦ blue 111

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

Shades of Putty #D0AF6F

Tints of Putty #D0AF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 42.11%
G = 35.43%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0AF6F (or 0xD0AF6F) is known color: Putty. HEX triplet: D0, AF and 6F. RGB value is (208,175,111). Sum of RGB (Red+Green+Blue) = 208+175+111=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF6F is #2F5090. Grayscale: #B1B1B1. Windows color (decimal): -3100817 or 7319504. OLE color: 7319504.

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

Color convert

RGB 208 175 111 -
CMYK 0 0.16 0.47 0.18
HSL 39.59º 0.51% 0.63% -
HSV(B) 39.59º 0.47% 0.82% -
XYZ 44.21 45.22 21.44 -
YUV 177.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 208 175 111 0 0.16 0.47 0.18 39.59 0.51 0.63
Hex D0 AF 6F 0 10 2F 12 28 33 3F
Octal 320 257 157 0 20 57 22 50 63 77
Binary 11010000 10101111 1101111 0 10000 101111 10010 101000 110011 111111

Color Harmonies of #D0AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF6F

Black with #D0AF6F

Text Example


Text Example

White with #D0AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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