Html Css Color HEX #DBB07F Manhattan

📋 copy color: '#DBB07F'

red 219 ◦ green 176 ◦ blue 127

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

Shades of Manhattan #DBB07F

Tints of Manhattan #DBB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.33%

R = 41.95%
G = 33.72%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB07F (or 0xDBB07F) is known color: Manhattan. HEX triplet: DB, B0 and 7F. RGB value is (219,176,127). Sum of RGB (Red+Green+Blue) = 219+176+127=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB07F is #244F80. Grayscale: #B7B7B7. Windows color (decimal): -2379649 or 8368347. OLE color: 8368347.

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

Color convert

RGB 219 176 127 -
CMYK 0 0.20 0.42 0.14
HSL 31.96º 0.56% 0.68% -
HSV(B) 31.96º 0.42% 0.86% -
XYZ 48.57 47.64 26.71 -
YUV 183.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 219 176 127 0 0.20 0.42 0.14 31.96 0.56 0.68
Hex DB B0 7F 0 14 2A E 20 38 44
Octal 333 260 177 0 24 52 16 40 70 104
Binary 11011011 10110000 1111111 0 10100 101010 1110 100000 111000 1000100

Color Harmonies of #DBB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB07F

Black with #DBB07F

Text Example


Text Example

White with #DBB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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