Html Css Color HEX #D0AF6D Putty

📋 copy color: '#D0AF6D'

red 208 ◦ green 175 ◦ blue 109

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

Shades of Putty #D0AF6D

Tints of Putty #D0AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 42.28%
G = 35.57%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0AF6D (or 0xD0AF6D) is known color: Putty. HEX triplet: D0, AF and 6D. RGB value is (208,175,109). Sum of RGB (Red+Green+Blue) = 208+175+109=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF6D is #2F5092. Grayscale: #B1B1B1. Windows color (decimal): -3100819 or 7188432. OLE color: 7188432.

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

Color convert

RGB 208 175 109 -
CMYK 0 0.16 0.48 0.18
HSL 40º 0.51% 0.62% -
HSV(B) 40º 0.48% 0.82% -
XYZ 44.1 45.17 20.86 -
YUV 177.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 208 175 109 0 0.16 0.48 0.18 40 0.51 0.62
Hex D0 AF 6D 0 10 30 12 28 33 3E
Octal 320 257 155 0 20 60 22 50 63 76
Binary 11010000 10101111 1101101 0 10000 110000 10010 101000 110011 111110

Color Harmonies of #D0AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF6D

Black with #D0AF6D

Text Example


Text Example

White with #D0AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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