Html Css Color HEX #DBB18A Brandy

📋 copy color: '#DBB18A'

red 219 ◦ green 177 ◦ blue 138

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

Shades of Brandy #DBB18A

Tints of Brandy #DBB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 41.01%
G = 33.15%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBB18A (or 0xDBB18A) is known color: Brandy. HEX triplet: DB, B1 and 8A. RGB value is (219,177,138). Sum of RGB (Red+Green+Blue) = 219+177+138=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB18A is #244E75. Grayscale: #B9B9B9. Windows color (decimal): -2379382 or 9089499. OLE color: 9089499.

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

Color convert

RGB 219 177 138 -
CMYK 0 0.19 0.37 0.14
HSL 28.89º 0.53% 0.7% -
HSV(B) 28.89º 0.37% 0.86% -
XYZ 49.52 48.34 30.77 -
YUV 185.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 219 177 138 0 0.19 0.37 0.14 28.89 0.53 0.7
Hex DB B1 8A 0 13 25 E 1D 35 46
Octal 333 261 212 0 23 45 16 35 65 106
Binary 11011011 10110001 10001010 0 10011 100101 1110 11101 110101 1000110

Color Harmonies of #DBB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB18A

Black with #DBB18A

Text Example


Text Example

White with #DBB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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