Html Css Color HEX #DBAF8C Brandy

📋 copy color: '#DBAF8C'

red 219 ◦ green 175 ◦ blue 140

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

Shades of Brandy #DBAF8C

Tints of Brandy #DBAF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.22%

R = 41.01%
G = 32.77%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBAF8C (or 0xDBAF8C) is known color: Brandy. HEX triplet: DB, AF and 8C. RGB value is (219,175,140). Sum of RGB (Red+Green+Blue) = 219+175+140=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF8C is #245073. Grayscale: #B8B8B8. Windows color (decimal): -2379892 or 9220059. OLE color: 9220059.

HSL color Cylindrical-coordinate representation of color #DBAF8C: hue angle of 26.58º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBAF8C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 140 -
CMYK 0 0.20 0.36 0.14
HSL 26.58º 0.52% 0.7% -
HSV(B) 26.58º 0.36% 0.86% -
XYZ 49.28 47.61 31.4 -
YUV 184.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 219 175 140 0 0.20 0.36 0.14 26.58 0.52 0.7
Hex DB AF 8C 0 14 24 E 1B 34 46
Octal 333 257 214 0 24 44 16 33 64 106
Binary 11011011 10101111 10001100 0 10100 100100 1110 11011 110100 1000110

Color Harmonies of #DBAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF8C

Black with #DBAF8C

Text Example


Text Example

White with #DBAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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