Html Css Color HEX #D4AB6B Putty

📋 copy color: '#D4AB6B'

red 212 ◦ green 171 ◦ blue 107

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

Shades of Putty #D4AB6B

Tints of Putty #D4AB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 43.27%
G = 34.9%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4AB6B (or 0xD4AB6B) is known color: Putty. HEX triplet: D4, AB and 6B. RGB value is (212,171,107). Sum of RGB (Red+Green+Blue) = 212+171+107=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB6B is #2B5494. Grayscale: #B0B0B0. Windows color (decimal): -2839701 or 7056340. OLE color: 7056340.

HSL color Cylindrical-coordinate representation of color #D4AB6B: hue angle of 36.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4AB6B is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 107 -
CMYK 0 0.19 0.50 0.17
HSL 36.57º 0.55% 0.63% -
HSV(B) 36.57º 0.5% 0.83% -
XYZ 44.37 44.18 20.1 -
YUV 175.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 212 171 107 0 0.19 0.50 0.17 36.57 0.55 0.63
Hex D4 AB 6B 0 13 32 11 25 37 3F
Octal 324 253 153 0 23 62 21 45 67 77
Binary 11010100 10101011 1101011 0 10011 110010 10001 100101 110111 111111

Color Harmonies of #D4AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB6B

Black with #D4AB6B

Text Example


Text Example

White with #D4AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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