Html Css Color HEX #DBB88F Brandy

📋 copy color: '#DBB88F'

red 219 ◦ green 184 ◦ blue 143

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

Shades of Brandy #DBB88F

Tints of Brandy #DBB88F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.7%

 BLUE value IS 143 (56.25% from 255) = 26.19%

R = 40.11%
G = 33.7%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBB88F (or 0xDBB88F) is known color: Brandy. HEX triplet: DB, B8 and 8F. RGB value is (219,184,143). Sum of RGB (Red+Green+Blue) = 219+184+143=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB88F is #244770. Grayscale: #BDBDBD. Windows color (decimal): -2377585 or 9418971. OLE color: 9418971.

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

Color convert

RGB 219 184 143 -
CMYK 0 0.16 0.35 0.14
HSL 32.37º 0.51% 0.71% -
HSV(B) 32.37º 0.35% 0.86% -
XYZ 51.31 51.32 33.19 -
YUV 189.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 219 184 143 0 0.16 0.35 0.14 32.37 0.51 0.71
Hex DB B8 8F 0 10 23 E 20 33 47
Octal 333 270 217 0 20 43 16 40 63 107
Binary 11011011 10111000 10001111 0 10000 100011 1110 100000 110011 1000111

Color Harmonies of #DBB88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB88F

Black with #DBB88F

Text Example


Text Example

White with #DBB88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB88F; }

 p { color: rgb(219,184,143); }

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

background-color css

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

 a { background-color: rgb(219,184,143); }

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

border-color css

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

 span { border-color: rgb(219,184,143); }

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