Html Css Color HEX #DBB473 Putty

📋 copy color: '#DBB473'

red 219 ◦ green 180 ◦ blue 115

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

Shades of Putty #DBB473

Tints of Putty #DBB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 42.61%
G = 35.02%
B = 22.37%

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

#DBB473 (or 0xDBB473) is known color: Putty. HEX triplet: DB, B4 and 73. RGB value is (219,180,115). Sum of RGB (Red+Green+Blue) = 219+180+115=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB473 is #244B8C. Grayscale: #B8B8B8. Windows color (decimal): -2378637 or 7582939. OLE color: 7582939.

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

Color convert

RGB 219 180 115 -
CMYK 0 0.18 0.47 0.14
HSL 37.5º 0.59% 0.65% -
HSV(B) 37.5º 0.47% 0.86% -
XYZ 48.63 48.94 23.1 -
YUV 184.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 219 180 115 0 0.18 0.47 0.14 37.5 0.59 0.65
Hex DB B4 73 0 12 2F E 26 3B 41
Octal 333 264 163 0 22 57 16 46 73 101
Binary 11011011 10110100 1110011 0 10010 101111 1110 100110 111011 1000001

Color Harmonies of #DBB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB473

Black with #DBB473

Text Example


Text Example

White with #DBB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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