Html Css Color HEX #D1AB78 Putty

📋 copy color: '#D1AB78'

red 209 ◦ green 171 ◦ blue 120

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

Shades of Putty #D1AB78

Tints of Putty #D1AB78

RGB

 RED value IS 209 (82.03% from 255) = 41.8%

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 41.8%
G = 34.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1AB78 (or 0xD1AB78) is known color: Putty. HEX triplet: D1, AB and 78. RGB value is (209,171,120). Sum of RGB (Red+Green+Blue) = 209+171+120=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AB78 is #2E5487. Grayscale: #B0B0B0. Windows color (decimal): -3036296 or 7908305. OLE color: 7908305.

HSL color Cylindrical-coordinate representation of color #D1AB78: hue angle of 34.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1AB78 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 120 -
CMYK 0 0.18 0.43 0.18
HSL 34.38º 0.49% 0.65% -
HSV(B) 34.38º 0.43% 0.82% -
XYZ 44.25 44.04 23.94 -
YUV 176.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 209 171 120 0 0.18 0.43 0.18 34.38 0.49 0.65
Hex D1 AB 78 0 12 2B 12 22 31 41
Octal 321 253 170 0 22 53 22 42 61 101
Binary 11010001 10101011 1111000 0 10010 101011 10010 100010 110001 1000001

Color Harmonies of #D1AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB78

Black with #D1AB78

Text Example


Text Example

White with #D1AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB78; }

 p { color: rgb(209,171,120); }

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

background-color css

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

 a { background-color: rgb(209,171,120); }

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

border-color css

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

 span { border-color: rgb(209,171,120); }

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