Html Css Color HEX #D6A672 Putty

📋 copy color: '#D6A672'

red 214 ◦ green 166 ◦ blue 114

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

Shades of Putty #D6A672

Tints of Putty #D6A672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 43.32%
G = 33.6%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6A672 (or 0xD6A672) is known color: Putty. HEX triplet: D6, A6 and 72. RGB value is (214,166,114). Sum of RGB (Red+Green+Blue) = 214+166+114=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A672 is #29598D. Grayscale: #AEAEAE. Windows color (decimal): -2709902 or 7513814. OLE color: 7513814.

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

Color convert

RGB 214 166 114 -
CMYK 0 0.22 0.47 0.16
HSL 31.2º 0.55% 0.64% -
HSV(B) 31.2º 0.47% 0.84% -
XYZ 44.41 42.78 21.84 -
YUV 174.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 214 166 114 0 0.22 0.47 0.16 31.2 0.55 0.64
Hex D6 A6 72 0 16 2F 10 1F 37 40
Octal 326 246 162 0 26 57 20 37 67 100
Binary 11010110 10100110 1110010 0 10110 101111 10000 11111 110111 1000000

Color Harmonies of #D6A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A672

Black with #D6A672

Text Example


Text Example

White with #D6A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A672; }

 p { color: rgb(214,166,114); }

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

background-color css

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

 a { background-color: rgb(214,166,114); }

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

border-color css

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

 span { border-color: rgb(214,166,114); }

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