Html Css Color HEX #DBBA8E Brandy

📋 copy color: '#DBBA8E'

red 219 ◦ green 186 ◦ blue 142

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

Shades of Brandy #DBBA8E

Tints of Brandy #DBBA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

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

R = 40.04%
G = 34%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBBA8E (or 0xDBBA8E) is known color: Brandy. HEX triplet: DB, BA and 8E. RGB value is (219,186,142). Sum of RGB (Red+Green+Blue) = 219+186+142=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8E is #244571. Grayscale: #BFBFBF. Windows color (decimal): -2377074 or 9353947. OLE color: 9353947.

HSL color Cylindrical-coordinate representation of color #DBBA8E: hue angle of 34.29º 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 #DBBA8E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 142 -
CMYK 0 0.15 0.35 0.14
HSL 34.29º 0.52% 0.71% -
HSV(B) 34.29º 0.35% 0.86% -
XYZ 51.65 52.13 32.93 -
YUV 190.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 219 186 142 0 0.15 0.35 0.14 34.29 0.52 0.71
Hex DB BA 8E 0 F 23 E 22 34 47
Octal 333 272 216 0 17 43 16 42 64 107
Binary 11011011 10111010 10001110 0 1111 100011 1110 100010 110100 1000111

Color Harmonies of #DBBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA8E

Black with #DBBA8E

Text Example


Text Example

White with #DBBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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