Html Css Color HEX #DBB48E Brandy

📋 copy color: '#DBB48E'

red 219 ◦ green 180 ◦ blue 142

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

Shades of Brandy #DBB48E

Tints of Brandy #DBB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 40.48%
G = 33.27%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBB48E (or 0xDBB48E) is known color: Brandy. HEX triplet: DB, B4 and 8E. RGB value is (219,180,142). Sum of RGB (Red+Green+Blue) = 219+180+142=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB48E is #244B71. Grayscale: #BBBBBB. Windows color (decimal): -2378610 or 9352411. OLE color: 9352411.

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

Color convert

RGB 219 180 142 -
CMYK 0 0.18 0.35 0.14
HSL 29.61º 0.52% 0.71% -
HSV(B) 29.61º 0.35% 0.86% -
XYZ 50.42 49.66 32.52 -
YUV 187.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 219 180 142 0 0.18 0.35 0.14 29.61 0.52 0.71
Hex DB B4 8E 0 12 23 E 1E 34 47
Octal 333 264 216 0 22 43 16 36 64 107
Binary 11011011 10110100 10001110 0 10010 100011 1110 11110 110100 1000111

Color Harmonies of #DBB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB48E

Black with #DBB48E

Text Example


Text Example

White with #DBB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB48E; }

 p { color: rgb(219,180,142); }

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

background-color css

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

 a { background-color: rgb(219,180,142); }

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

border-color css

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

 span { border-color: rgb(219,180,142); }

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