Html Css Color HEX #DBB287 Brandy

📋 copy color: '#DBB287'

red 219 ◦ green 178 ◦ blue 135

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

Shades of Brandy #DBB287

Tints of Brandy #DBB287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

 BLUE value IS 135 (53.13% from 255) = 25.38%

R = 41.17%
G = 33.46%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBB287 (or 0xDBB287) is known color: Brandy. HEX triplet: DB, B2 and 87. RGB value is (219,178,135). Sum of RGB (Red+Green+Blue) = 219+178+135=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB287 is #244D78. Grayscale: #B9B9B9. Windows color (decimal): -2379129 or 8893147. OLE color: 8893147.

HSL color Cylindrical-coordinate representation of color #DBB287: hue angle of 30.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBB287 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 135 -
CMYK 0 0.19 0.38 0.14
HSL 30.71º 0.54% 0.69% -
HSV(B) 30.71º 0.38% 0.86% -
XYZ 49.51 48.65 29.7 -
YUV 185.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 219 178 135 0 0.19 0.38 0.14 30.71 0.54 0.69
Hex DB B2 87 0 13 26 E 1F 36 45
Octal 333 262 207 0 23 46 16 37 66 105
Binary 11011011 10110010 10000111 0 10011 100110 1110 11111 110110 1000101

Color Harmonies of #DBB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB287

Black with #DBB287

Text Example


Text Example

White with #DBB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB287; }

 p { color: rgb(219,178,135); }

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

background-color css

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

 a { background-color: rgb(219,178,135); }

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

border-color css

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

 span { border-color: rgb(219,178,135); }

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