Html Css Color HEX #DBA86F Putty

📋 copy color: '#DBA86F'

red 219 ◦ green 168 ◦ blue 111

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

Shades of Putty #DBA86F

Tints of Putty #DBA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 43.98%
G = 33.73%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBA86F (or 0xDBA86F) is known color: Putty. HEX triplet: DB, A8 and 6F. RGB value is (219,168,111). Sum of RGB (Red+Green+Blue) = 219+168+111=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86F is #245790. Grayscale: #B1B1B1. Windows color (decimal): -2381713 or 7317723. OLE color: 7317723.

HSL color Cylindrical-coordinate representation of color #DBA86F: hue angle of 31.67º 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 #DBA86F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 111 -
CMYK 0 0.23 0.49 0.14
HSL 31.67º 0.6% 0.65% -
HSV(B) 31.67º 0.49% 0.86% -
XYZ 46.09 44.21 21.14 -
YUV 176.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 219 168 111 0 0.23 0.49 0.14 31.67 0.6 0.65
Hex DB A8 6F 0 17 31 E 20 3C 41
Octal 333 250 157 0 27 61 16 40 74 101
Binary 11011011 10101000 1101111 0 10111 110001 1110 100000 111100 1000001

Color Harmonies of #DBA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA86F

Black with #DBA86F

Text Example


Text Example

White with #DBA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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