Html Css Color HEX #D6AF77 Putty

📋 copy color: '#D6AF77'

red 214 ◦ green 175 ◦ blue 119

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

Shades of Putty #D6AF77

Tints of Putty #D6AF77

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

 BLUE value IS 119 (46.88% from 255) = 23.43%

R = 42.13%
G = 34.45%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6AF77 (or 0xD6AF77) is known color: Putty. HEX triplet: D6, AF and 77. RGB value is (214,175,119). Sum of RGB (Red+Green+Blue) = 214+175+119=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF77 is #295088. Grayscale: #B4B4B4. Windows color (decimal): -2707593 or 7843798. OLE color: 7843798.

HSL color Cylindrical-coordinate representation of color #D6AF77: hue angle of 35.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AF77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 119 -
CMYK 0 0.18 0.44 0.16
HSL 35.37º 0.54% 0.65% -
HSV(B) 35.37º 0.44% 0.84% -
XYZ 46.39 46.29 23.94 -
YUV 180.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 214 175 119 0 0.18 0.44 0.16 35.37 0.54 0.65
Hex D6 AF 77 0 12 2C 10 23 36 41
Octal 326 257 167 0 22 54 20 43 66 101
Binary 11010110 10101111 1110111 0 10010 101100 10000 100011 110110 1000001

Color Harmonies of #D6AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF77

Black with #D6AF77

Text Example


Text Example

White with #D6AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF77; }

 p { color: rgb(214,175,119); }

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

background-color css

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

 a { background-color: rgb(214,175,119); }

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

border-color css

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

 span { border-color: rgb(214,175,119); }

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