Html Css Color HEX #DBB278 Manhattan

📋 copy color: '#DBB278'

red 219 ◦ green 178 ◦ blue 120

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

Shades of Manhattan #DBB278

Tints of Manhattan #DBB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 120 (47.27% from 255) = 23.21%

R = 42.36%
G = 34.43%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBB278 (or 0xDBB278) is known color: Manhattan. HEX triplet: DB, B2 and 78. RGB value is (219,178,120). Sum of RGB (Red+Green+Blue) = 219+178+120=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB278 is #244D87. Grayscale: #B7B7B7. Windows color (decimal): -2379144 or 7910107. OLE color: 7910107.

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

Color convert

RGB 219 178 120 -
CMYK 0 0.19 0.45 0.14
HSL 35.15º 0.58% 0.66% -
HSV(B) 35.15º 0.45% 0.86% -
XYZ 48.52 48.26 24.53 -
YUV 183.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 219 178 120 0 0.19 0.45 0.14 35.15 0.58 0.66
Hex DB B2 78 0 13 2D E 23 3A 42
Octal 333 262 170 0 23 55 16 43 72 102
Binary 11011011 10110010 1111000 0 10011 101101 1110 100011 111010 1000010

Color Harmonies of #DBB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB278

Black with #DBB278

Text Example


Text Example

White with #DBB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB278; }

 p { color: rgb(219,178,120); }

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

background-color css

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

 a { background-color: rgb(219,178,120); }

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

border-color css

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

 span { border-color: rgb(219,178,120); }

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