Html Css Color HEX #D6A470 Putty

📋 copy color: '#D6A470'

red 214 ◦ green 164 ◦ blue 112

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

Shades of Putty #D6A470

Tints of Putty #D6A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 43.67%
G = 33.47%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A470 (or 0xD6A470) is known color: Putty. HEX triplet: D6, A4 and 70. RGB value is (214,164,112). Sum of RGB (Red+Green+Blue) = 214+164+112=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A470 is #295B8F. Grayscale: #ADADAD. Windows color (decimal): -2710416 or 7382230. OLE color: 7382230.

HSL color Cylindrical-coordinate representation of color #D6A470: hue angle of 30.59º 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 #D6A470 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 112 -
CMYK 0 0.23 0.48 0.16
HSL 30.59º 0.55% 0.64% -
HSV(B) 30.59º 0.48% 0.84% -
XYZ 43.93 42.02 21.12 -
YUV 173.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 214 164 112 0 0.23 0.48 0.16 30.59 0.55 0.64
Hex D6 A4 70 0 17 30 10 1F 37 40
Octal 326 244 160 0 27 60 20 37 67 100
Binary 11010110 10100100 1110000 0 10111 110000 10000 11111 110111 1000000

Color Harmonies of #D6A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A470

Black with #D6A470

Text Example


Text Example

White with #D6A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A470; }

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

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

background-color css

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

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

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

border-color css

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

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

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