Html Css Color HEX #DBBA8C Brandy

📋 copy color: '#DBBA8C'

red 219 ◦ green 186 ◦ blue 140

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

Shades of Brandy #DBBA8C

Tints of Brandy #DBBA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 40.18%
G = 34.13%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBBA8C (or 0xDBBA8C) is known color: Brandy. HEX triplet: DB, BA and 8C. RGB value is (219,186,140). Sum of RGB (Red+Green+Blue) = 219+186+140=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8C is #244573. Grayscale: #BEBEBE. Windows color (decimal): -2377076 or 9222875. OLE color: 9222875.

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

Color convert

RGB 219 186 140 -
CMYK 0 0.15 0.36 0.14
HSL 34.94º 0.52% 0.7% -
HSV(B) 34.94º 0.36% 0.86% -
XYZ 51.51 52.07 32.15 -
YUV 190.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 219 186 140 0 0.15 0.36 0.14 34.94 0.52 0.7
Hex DB BA 8C 0 F 24 E 23 34 46
Octal 333 272 214 0 17 44 16 43 64 106
Binary 11011011 10111010 10001100 0 1111 100100 1110 100011 110100 1000110

Color Harmonies of #DBBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA8C

Black with #DBBA8C

Text Example


Text Example

White with #DBBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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