Html Css Color HEX #DBAF8F Brandy

📋 copy color: '#DBAF8F'

red 219 ◦ green 175 ◦ blue 143

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

Shades of Brandy #DBAF8F

Tints of Brandy #DBAF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.63%

R = 40.78%
G = 32.59%
B = 26.63%

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

#DBAF8F (or 0xDBAF8F) is known color: Brandy. HEX triplet: DB, AF and 8F. RGB value is (219,175,143). Sum of RGB (Red+Green+Blue) = 219+175+143=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF8F is #245070. Grayscale: #B8B8B8. Windows color (decimal): -2379889 or 9416667. OLE color: 9416667.

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

Color convert

RGB 219 175 143 -
CMYK 0 0.20 0.35 0.14
HSL 25.26º 0.51% 0.71% -
HSV(B) 25.26º 0.35% 0.86% -
XYZ 49.5 47.7 32.59 -
YUV 184.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 219 175 143 0 0.20 0.35 0.14 25.26 0.51 0.71
Hex DB AF 8F 0 14 23 E 19 33 47
Octal 333 257 217 0 24 43 16 31 63 107
Binary 11011011 10101111 10001111 0 10100 100011 1110 11001 110011 1000111

Color Harmonies of #DBAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF8F

Black with #DBAF8F

Text Example


Text Example

White with #DBAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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