Html Css Color HEX #DBAF8E Brandy

📋 copy color: '#DBAF8E'

red 219 ◦ green 175 ◦ blue 142

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

Shades of Brandy #DBAF8E

Tints of Brandy #DBAF8E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.65%

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

R = 40.86%
G = 32.65%
B = 26.49%

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

#DBAF8E (or 0xDBAF8E) is known color: Brandy. HEX triplet: DB, AF and 8E. RGB value is (219,175,142). Sum of RGB (Red+Green+Blue) = 219+175+142=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF8E is #245071. Grayscale: #B8B8B8. Windows color (decimal): -2379890 or 9351131. OLE color: 9351131.

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

Color convert

RGB 219 175 142 -
CMYK 0 0.20 0.35 0.14
HSL 25.71º 0.52% 0.71% -
HSV(B) 25.71º 0.35% 0.86% -
XYZ 49.43 47.67 32.19 -
YUV 184.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 219 175 142 0 0.20 0.35 0.14 25.71 0.52 0.71
Hex DB AF 8E 0 14 23 E 1A 34 47
Octal 333 257 216 0 24 43 16 32 64 107
Binary 11011011 10101111 10001110 0 10100 100011 1110 11010 110100 1000111

Color Harmonies of #DBAF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF8E

Black with #DBAF8E

Text Example


Text Example

White with #DBAF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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