Html Css Color HEX #DBB075 Manhattan

📋 copy color: '#DBB075'

red 219 ◦ green 176 ◦ blue 117

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

Shades of Manhattan #DBB075

Tints of Manhattan #DBB075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 42.77%
G = 34.38%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBB075 (or 0xDBB075) is known color: Manhattan. HEX triplet: DB, B0 and 75. RGB value is (219,176,117). Sum of RGB (Red+Green+Blue) = 219+176+117=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB075 is #244F8A. Grayscale: #B6B6B6. Windows color (decimal): -2379659 or 7712987. OLE color: 7712987.

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

Color convert

RGB 219 176 117 -
CMYK 0 0.20 0.47 0.14
HSL 34.71º 0.59% 0.66% -
HSV(B) 34.71º 0.47% 0.86% -
XYZ 47.95 47.4 23.45 -
YUV 182.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 219 176 117 0 0.20 0.47 0.14 34.71 0.59 0.66
Hex DB B0 75 0 14 2F E 23 3B 42
Octal 333 260 165 0 24 57 16 43 73 102
Binary 11011011 10110000 1110101 0 10100 101111 1110 100011 111011 1000010

Color Harmonies of #DBB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB075

Black with #DBB075

Text Example


Text Example

White with #DBB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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