Html Css Color HEX #DBB070 Putty

📋 copy color: '#DBB070'

red 219 ◦ green 176 ◦ blue 112

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

Shades of Putty #DBB070

Tints of Putty #DBB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

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

R = 43.2%
G = 34.71%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBB070 (or 0xDBB070) is known color: Putty. HEX triplet: DB, B0 and 70. RGB value is (219,176,112). Sum of RGB (Red+Green+Blue) = 219+176+112=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB070 is #244F8F. Grayscale: #B5B5B5. Windows color (decimal): -2379664 or 7385307. OLE color: 7385307.

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

Color convert

RGB 219 176 112 -
CMYK 0 0.20 0.49 0.14
HSL 35.89º 0.6% 0.65% -
HSV(B) 35.89º 0.49% 0.86% -
XYZ 47.66 47.28 21.94 -
YUV 181.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 219 176 112 0 0.20 0.49 0.14 35.89 0.6 0.65
Hex DB B0 70 0 14 31 E 24 3C 41
Octal 333 260 160 0 24 61 16 44 74 101
Binary 11011011 10110000 1110000 0 10100 110001 1110 100100 111100 1000001

Color Harmonies of #DBB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB070

Black with #DBB070

Text Example


Text Example

White with #DBB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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