Html Css Color HEX #DBB08F Brandy

📋 copy color: '#DBB08F'

red 219 ◦ green 176 ◦ blue 143

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

Shades of Brandy #DBB08F

Tints of Brandy #DBB08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.71%

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

R = 40.71%
G = 32.71%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBB08F (or 0xDBB08F) is known color: Brandy. HEX triplet: DB, B0 and 8F. RGB value is (219,176,143). Sum of RGB (Red+Green+Blue) = 219+176+143=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB08F is #244F70. Grayscale: #B9B9B9. Windows color (decimal): -2379633 or 9416923. OLE color: 9416923.

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

Color convert

RGB 219 176 143 -
CMYK 0 0.20 0.35 0.14
HSL 26.05º 0.51% 0.71% -
HSV(B) 26.05º 0.35% 0.86% -
XYZ 49.7 48.09 32.65 -
YUV 185.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 219 176 143 0 0.20 0.35 0.14 26.05 0.51 0.71
Hex DB B0 8F 0 14 23 E 1A 33 47
Octal 333 260 217 0 24 43 16 32 63 107
Binary 11011011 10110000 10001111 0 10100 100011 1110 11010 110011 1000111

Color Harmonies of #DBB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB08F

Black with #DBB08F

Text Example


Text Example

White with #DBB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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