Html Css Color HEX #D3AB75 Putty

📋 copy color: '#D3AB75'

red 211 ◦ green 171 ◦ blue 117

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

Shades of Putty #D3AB75

Tints of Putty #D3AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 42.28%
G = 34.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3AB75 (or 0xD3AB75) is known color: Putty. HEX triplet: D3, AB and 75. RGB value is (211,171,117). Sum of RGB (Red+Green+Blue) = 211+171+117=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB75 is #2C548A. Grayscale: #B1B1B1. Windows color (decimal): -2905227 or 7711699. OLE color: 7711699.

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

Color convert

RGB 211 171 117 -
CMYK 0 0.19 0.45 0.17
HSL 34.47º 0.52% 0.64% -
HSV(B) 34.47º 0.45% 0.83% -
XYZ 44.64 44.26 23.02 -
YUV 176.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 211 171 117 0 0.19 0.45 0.17 34.47 0.52 0.64
Hex D3 AB 75 0 13 2D 11 22 34 40
Octal 323 253 165 0 23 55 21 42 64 100
Binary 11010011 10101011 1110101 0 10011 101101 10001 100010 110100 1000000

Color Harmonies of #D3AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB75

Black with #D3AB75

Text Example


Text Example

White with #D3AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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