Html Css Color HEX #DBAB6F Putty

📋 copy color: '#DBAB6F'

red 219 ◦ green 171 ◦ blue 111

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

Shades of Putty #DBAB6F

Tints of Putty #DBAB6F

RGB

 RED value IS 219 (85.94% from 255) = 43.71%

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

 BLUE value IS 111 (43.75% from 255) = 22.16%

R = 43.71%
G = 34.13%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBAB6F (or 0xDBAB6F) is known color: Putty. HEX triplet: DB, AB and 6F. RGB value is (219,171,111). Sum of RGB (Red+Green+Blue) = 219+171+111=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB6F is #245490. Grayscale: #B2B2B2. Windows color (decimal): -2380945 or 7318491. OLE color: 7318491.

HSL color Cylindrical-coordinate representation of color #DBAB6F: hue angle of 33.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBAB6F is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 111 -
CMYK 0 0.22 0.49 0.14
HSL 33.33º 0.6% 0.65% -
HSV(B) 33.33º 0.49% 0.86% -
XYZ 46.65 45.33 21.33 -
YUV 178.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 219 171 111 0 0.22 0.49 0.14 33.33 0.6 0.65
Hex DB AB 6F 0 16 31 E 21 3C 41
Octal 333 253 157 0 26 61 16 41 74 101
Binary 11011011 10101011 1101111 0 10110 110001 1110 100001 111100 1000001

Color Harmonies of #DBAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB6F

Black with #DBAB6F

Text Example


Text Example

White with #DBAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB6F; }

 p { color: rgb(219,171,111); }

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

background-color css

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

 a { background-color: rgb(219,171,111); }

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

border-color css

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

 span { border-color: rgb(219,171,111); }

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