Html Css Color HEX #D3AB72 Putty

📋 copy color: '#D3AB72'

red 211 ◦ green 171 ◦ blue 114

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

Shades of Putty #D3AB72

Tints of Putty #D3AB72

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

 GREEN value IS 171 (67.19% from 255) = 34.48%

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

R = 42.54%
G = 34.48%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3AB72 (or 0xD3AB72) is known color: Putty. HEX triplet: D3, AB and 72. RGB value is (211,171,114). Sum of RGB (Red+Green+Blue) = 211+171+114=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB72 is #2C548D. Grayscale: #B0B0B0. Windows color (decimal): -2905230 or 7515091. OLE color: 7515091.

HSL color Cylindrical-coordinate representation of color #D3AB72: hue angle of 35.26º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3AB72 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 114 -
CMYK 0 0.19 0.46 0.17
HSL 35.26º 0.52% 0.64% -
HSV(B) 35.26º 0.46% 0.83% -
XYZ 44.46 44.19 22.11 -
YUV 176.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 211 171 114 0 0.19 0.46 0.17 35.26 0.52 0.64
Hex D3 AB 72 0 13 2E 11 23 34 40
Octal 323 253 162 0 23 56 21 43 64 100
Binary 11010011 10101011 1110010 0 10011 101110 10001 100011 110100 1000000

Color Harmonies of #D3AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB72

Black with #D3AB72

Text Example


Text Example

White with #D3AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB72; }

 p { color: rgb(211,171,114); }

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

background-color css

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

 a { background-color: rgb(211,171,114); }

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

border-color css

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

 span { border-color: rgb(211,171,114); }

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