Html Css Color HEX #DBBB8D Brandy

📋 copy color: '#DBBB8D'

red 219 ◦ green 187 ◦ blue 141

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

Shades of Brandy #DBBB8D

Tints of Brandy #DBBB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

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

R = 40.04%
G = 34.19%
B = 25.78%

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

#DBBB8D (or 0xDBBB8D) is known color: Brandy. HEX triplet: DB, BB and 8D. RGB value is (219,187,141). Sum of RGB (Red+Green+Blue) = 219+187+141=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB8D is #244472. Grayscale: #BFBFBF. Windows color (decimal): -2376819 or 9288667. OLE color: 9288667.

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

Color convert

RGB 219 187 141 -
CMYK 0 0.15 0.36 0.14
HSL 35.38º 0.52% 0.71% -
HSV(B) 35.38º 0.36% 0.86% -
XYZ 51.79 52.52 32.61 -
YUV 191.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 219 187 141 0 0.15 0.36 0.14 35.38 0.52 0.71
Hex DB BB 8D 0 F 24 E 23 34 47
Octal 333 273 215 0 17 44 16 43 64 107
Binary 11011011 10111011 10001101 0 1111 100100 1110 100011 110100 1000111

Color Harmonies of #DBBB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB8D

Black with #DBBB8D

Text Example


Text Example

White with #DBBB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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