Html Css Color HEX #DBA76D Putty

📋 copy color: '#DBA76D'

red 219 ◦ green 167 ◦ blue 109

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

Shades of Putty #DBA76D

Tints of Putty #DBA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 44.24%
G = 33.74%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBA76D (or 0xDBA76D) is known color: Putty. HEX triplet: DB, A7 and 6D. RGB value is (219,167,109). Sum of RGB (Red+Green+Blue) = 219+167+109=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76D is #245892. Grayscale: #B0B0B0. Windows color (decimal): -2381971 or 7186395. OLE color: 7186395.

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

Color convert

RGB 219 167 109 -
CMYK 0 0.24 0.50 0.14
HSL 31.64º 0.6% 0.64% -
HSV(B) 31.64º 0.5% 0.86% -
XYZ 45.79 43.8 20.51 -
YUV 175.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 219 167 109 0 0.24 0.50 0.14 31.64 0.6 0.64
Hex DB A7 6D 0 18 32 E 20 3C 40
Octal 333 247 155 0 30 62 16 40 74 100
Binary 11011011 10100111 1101101 0 11000 110010 1110 100000 111100 1000000

Color Harmonies of #DBA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA76D

Black with #DBA76D

Text Example


Text Example

White with #DBA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA76D; }

 p { color: rgb(219,167,109); }

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

background-color css

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

 a { background-color: rgb(219,167,109); }

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

border-color css

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

 span { border-color: rgb(219,167,109); }

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