Html Css Color HEX #DBB18E Brandy

📋 copy color: '#DBB18E'

red 219 ◦ green 177 ◦ blue 142

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

Shades of Brandy #DBB18E

Tints of Brandy #DBB18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.39%

R = 40.71%
G = 32.9%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBB18E (or 0xDBB18E) is known color: Brandy. HEX triplet: DB, B1 and 8E. RGB value is (219,177,142). Sum of RGB (Red+Green+Blue) = 219+177+142=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18E is #244E71. Grayscale: #B9B9B9. Windows color (decimal): -2379378 or 9351643. OLE color: 9351643.

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

Color convert

RGB 219 177 142 -
CMYK 0 0.19 0.35 0.14
HSL 27.27º 0.52% 0.71% -
HSV(B) 27.27º 0.35% 0.86% -
XYZ 49.82 48.46 32.32 -
YUV 185.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 219 177 142 0 0.19 0.35 0.14 27.27 0.52 0.71
Hex DB B1 8E 0 13 23 E 1B 34 47
Octal 333 261 216 0 23 43 16 33 64 107
Binary 11011011 10110001 10001110 0 10011 100011 1110 11011 110100 1000111

Color Harmonies of #DBB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB18E

Black with #DBB18E

Text Example


Text Example

White with #DBB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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