Html Css Color HEX #DBB286 Brandy

📋 copy color: '#DBB286'

red 219 ◦ green 178 ◦ blue 134

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

Shades of Brandy #DBB286

Tints of Brandy #DBB286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.24%

R = 41.24%
G = 33.52%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB286 (or 0xDBB286) is known color: Brandy. HEX triplet: DB, B2 and 86. RGB value is (219,178,134). Sum of RGB (Red+Green+Blue) = 219+178+134=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB286 is #244D79. Grayscale: #B9B9B9. Windows color (decimal): -2379130 or 8827611. OLE color: 8827611.

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

Color convert

RGB 219 178 134 -
CMYK 0 0.19 0.39 0.14
HSL 31.06º 0.54% 0.69% -
HSV(B) 31.06º 0.39% 0.86% -
XYZ 49.44 48.62 29.33 -
YUV 185.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 219 178 134 0 0.19 0.39 0.14 31.06 0.54 0.69
Hex DB B2 86 0 13 27 E 1F 36 45
Octal 333 262 206 0 23 47 16 37 66 105
Binary 11011011 10110010 10000110 0 10011 100111 1110 11111 110110 1000101

Color Harmonies of #DBB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB286

Black with #DBB286

Text Example


Text Example

White with #DBB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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