Html Css Color HEX #D6A970 Putty

📋 copy color: '#D6A970'

red 214 ◦ green 169 ◦ blue 112

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

Shades of Putty #D6A970

Tints of Putty #D6A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 43.23%
G = 34.14%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A970 (or 0xD6A970) is known color: Putty. HEX triplet: D6, A9 and 70. RGB value is (214,169,112). Sum of RGB (Red+Green+Blue) = 214+169+112=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A970 is #29568F. Grayscale: #B0B0B0. Windows color (decimal): -2709136 or 7383510. OLE color: 7383510.

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

Color convert

RGB 214 169 112 -
CMYK 0 0.21 0.48 0.16
HSL 33.53º 0.55% 0.64% -
HSV(B) 33.53º 0.48% 0.84% -
XYZ 44.84 43.84 21.43 -
YUV 175.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 214 169 112 0 0.21 0.48 0.16 33.53 0.55 0.64
Hex D6 A9 70 0 15 30 10 22 37 40
Octal 326 251 160 0 25 60 20 42 67 100
Binary 11010110 10101001 1110000 0 10101 110000 10000 100010 110111 1000000

Color Harmonies of #D6A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A970

Black with #D6A970

Text Example


Text Example

White with #D6A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A970; }

 p { color: rgb(214,169,112); }

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

background-color css

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

 a { background-color: rgb(214,169,112); }

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

border-color css

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

 span { border-color: rgb(214,169,112); }

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