Html Css Color HEX #DBB170 Putty

📋 copy color: '#DBB170'

red 219 ◦ green 177 ◦ blue 112

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

Shades of Putty #DBB170

Tints of Putty #DBB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 43.11%
G = 34.84%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB170 (or 0xDBB170) is known color: Putty. HEX triplet: DB, B1 and 70. RGB value is (219,177,112). Sum of RGB (Red+Green+Blue) = 219+177+112=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB170 is #244E8F. Grayscale: #B6B6B6. Windows color (decimal): -2379408 or 7385563. OLE color: 7385563.

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

Color convert

RGB 219 177 112 -
CMYK 0 0.19 0.49 0.14
HSL 36.45º 0.6% 0.65% -
HSV(B) 36.45º 0.49% 0.86% -
XYZ 47.86 47.67 22.01 -
YUV 182.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 219 177 112 0 0.19 0.49 0.14 36.45 0.6 0.65
Hex DB B1 70 0 13 31 E 24 3C 41
Octal 333 261 160 0 23 61 16 44 74 101
Binary 11011011 10110001 1110000 0 10011 110001 1110 100100 111100 1000001

Color Harmonies of #DBB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB170

Black with #DBB170

Text Example


Text Example

White with #DBB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB170; }

 p { color: rgb(219,177,112); }

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

background-color css

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

 a { background-color: rgb(219,177,112); }

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

border-color css

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

 span { border-color: rgb(219,177,112); }

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