Html Css Color HEX #D6AF6E Putty

📋 copy color: '#D6AF6E'

red 214 ◦ green 175 ◦ blue 110

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

Shades of Putty #D6AF6E

Tints of Putty #D6AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 42.89%
G = 35.07%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6AF6E (or 0xD6AF6E) is known color: Putty. HEX triplet: D6, AF and 6E. RGB value is (214,175,110). Sum of RGB (Red+Green+Blue) = 214+175+110=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF6E is #295091. Grayscale: #B3B3B3. Windows color (decimal): -2707602 or 7253974. OLE color: 7253974.

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

Color convert

RGB 214 175 110 -
CMYK 0 0.18 0.49 0.16
HSL 37.5º 0.56% 0.64% -
HSV(B) 37.5º 0.49% 0.84% -
XYZ 45.88 46.08 21.23 -
YUV 179.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 214 175 110 0 0.18 0.49 0.16 37.5 0.56 0.64
Hex D6 AF 6E 0 12 31 10 26 38 40
Octal 326 257 156 0 22 61 20 46 70 100
Binary 11010110 10101111 1101110 0 10010 110001 10000 100110 111000 1000000

Color Harmonies of #D6AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF6E

Black with #D6AF6E

Text Example


Text Example

White with #D6AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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