Html Css Color HEX #DBAC6E Putty

📋 copy color: '#DBAC6E'

red 219 ◦ green 172 ◦ blue 110

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

Shades of Putty #DBAC6E

Tints of Putty #DBAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

 BLUE value IS 110 (43.36% from 255) = 21.96%

R = 43.71%
G = 34.33%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBAC6E (or 0xDBAC6E) is known color: Putty. HEX triplet: DB, AC and 6E. RGB value is (219,172,110). Sum of RGB (Red+Green+Blue) = 219+172+110=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC6E is #245391. Grayscale: #B3B3B3. Windows color (decimal): -2380690 or 7253211. OLE color: 7253211.

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

Color convert

RGB 219 172 110 -
CMYK 0 0.21 0.50 0.14
HSL 34.13º 0.6% 0.65% -
HSV(B) 34.13º 0.5% 0.86% -
XYZ 46.78 45.69 21.11 -
YUV 178.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 219 172 110 0 0.21 0.50 0.14 34.13 0.6 0.65
Hex DB AC 6E 0 15 32 E 22 3C 41
Octal 333 254 156 0 25 62 16 42 74 101
Binary 11011011 10101100 1101110 0 10101 110010 1110 100010 111100 1000001

Color Harmonies of #DBAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC6E

Black with #DBAC6E

Text Example


Text Example

White with #DBAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC6E; }

 p { color: rgb(219,172,110); }

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

background-color css

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

 a { background-color: rgb(219,172,110); }

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

border-color css

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

 span { border-color: rgb(219,172,110); }

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