Html Css Color HEX #DBB373 Putty

📋 copy color: '#DBB373'

red 219 ◦ green 179 ◦ blue 115

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

Shades of Putty #DBB373

Tints of Putty #DBB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 42.69%
G = 34.89%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBB373 (or 0xDBB373) is known color: Putty. HEX triplet: DB, B3 and 73. RGB value is (219,179,115). Sum of RGB (Red+Green+Blue) = 219+179+115=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB373 is #244C8C. Grayscale: #B7B7B7. Windows color (decimal): -2378893 or 7582683. OLE color: 7582683.

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

Color convert

RGB 219 179 115 -
CMYK 0 0.18 0.47 0.14
HSL 36.92º 0.59% 0.65% -
HSV(B) 36.92º 0.47% 0.86% -
XYZ 48.43 48.54 23.04 -
YUV 183.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 219 179 115 0 0.18 0.47 0.14 36.92 0.59 0.65
Hex DB B3 73 0 12 2F E 25 3B 41
Octal 333 263 163 0 22 57 16 45 73 101
Binary 11011011 10110011 1110011 0 10010 101111 1110 100101 111011 1000001

Color Harmonies of #DBB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB373

Black with #DBB373

Text Example


Text Example

White with #DBB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB373; }

 p { color: rgb(219,179,115); }

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

background-color css

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

 a { background-color: rgb(219,179,115); }

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

border-color css

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

 span { border-color: rgb(219,179,115); }

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