Html Css Color HEX #DBBA8D Brandy

📋 copy color: '#DBBA8D'

red 219 ◦ green 186 ◦ blue 141

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

Shades of Brandy #DBBA8D

Tints of Brandy #DBBA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 40.11%
G = 34.07%
B = 25.82%

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

#DBBA8D (or 0xDBBA8D) is known color: Brandy. HEX triplet: DB, BA and 8D. RGB value is (219,186,141). Sum of RGB (Red+Green+Blue) = 219+186+141=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA8D is #244572. Grayscale: #BEBEBE. Windows color (decimal): -2377075 or 9288411. OLE color: 9288411.

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

Color convert

RGB 219 186 141 -
CMYK 0 0.15 0.36 0.14
HSL 34.62º 0.52% 0.71% -
HSV(B) 34.62º 0.36% 0.86% -
XYZ 51.58 52.1 32.54 -
YUV 190.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 219 186 141 0 0.15 0.36 0.14 34.62 0.52 0.71
Hex DB BA 8D 0 F 24 E 23 34 47
Octal 333 272 215 0 17 44 16 43 64 107
Binary 11011011 10111010 10001101 0 1111 100100 1110 100011 110100 1000111

Color Harmonies of #DBBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA8D

Black with #DBBA8D

Text Example


Text Example

White with #DBBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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