Html Css Color HEX #D4AB75 Putty

📋 copy color: '#D4AB75'

red 212 ◦ green 171 ◦ blue 117

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

Shades of Putty #D4AB75

Tints of Putty #D4AB75

RGB

 RED value IS 212 (83.2% from 255) = 42.4%

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

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

R = 42.4%
G = 34.2%
B = 23.4%

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

#D4AB75 (or 0xD4AB75) is known color: Putty. HEX triplet: D4, AB and 75. RGB value is (212,171,117). Sum of RGB (Red+Green+Blue) = 212+171+117=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB75 is #2B548A. Grayscale: #B1B1B1. Windows color (decimal): -2839691 or 7711700. OLE color: 7711700.

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

Color convert

RGB 212 171 117 -
CMYK 0 0.19 0.45 0.17
HSL 34.11º 0.52% 0.65% -
HSV(B) 34.11º 0.45% 0.83% -
XYZ 44.93 44.41 23.03 -
YUV 177.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 212 171 117 0 0.19 0.45 0.17 34.11 0.52 0.65
Hex D4 AB 75 0 13 2D 11 22 34 41
Octal 324 253 165 0 23 55 21 42 64 101
Binary 11010100 10101011 1110101 0 10011 101101 10001 100010 110100 1000001

Color Harmonies of #D4AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB75

Black with #D4AB75

Text Example


Text Example

White with #D4AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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