Html Css Color HEX #D6AD70 Putty

📋 copy color: '#D6AD70'

red 214 ◦ green 173 ◦ blue 112

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

Shades of Putty #D6AD70

Tints of Putty #D6AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 42.89%
G = 34.67%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6AD70 (or 0xD6AD70) is known color: Putty. HEX triplet: D6, AD and 70. RGB value is (214,173,112). Sum of RGB (Red+Green+Blue) = 214+173+112=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD70 is #29528F. Grayscale: #B2B2B2. Windows color (decimal): -2708112 or 7384534. OLE color: 7384534.

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

Color convert

RGB 214 173 112 -
CMYK 0 0.19 0.48 0.16
HSL 35.88º 0.55% 0.64% -
HSV(B) 35.88º 0.48% 0.84% -
XYZ 45.6 45.35 21.68 -
YUV 178.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 214 173 112 0 0.19 0.48 0.16 35.88 0.55 0.64
Hex D6 AD 70 0 13 30 10 24 37 40
Octal 326 255 160 0 23 60 20 44 67 100
Binary 11010110 10101101 1110000 0 10011 110000 10000 100100 110111 1000000

Color Harmonies of #D6AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD70

Black with #D6AD70

Text Example


Text Example

White with #D6AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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