Html Css Color HEX #DABA8D Brandy

📋 copy color: '#DABA8D'

red 218 ◦ green 186 ◦ blue 141

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

Shades of Brandy #DABA8D

Tints of Brandy #DABA8D

RGB

 RED value IS 218 (85.55% from 255) = 40%

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 40%
G = 34.13%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DABA8D (or 0xDABA8D) is known color: Brandy. HEX triplet: DA, BA and 8D. RGB value is (218,186,141). Sum of RGB (Red+Green+Blue) = 218+186+141=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA8D is #254572. Grayscale: #BEBEBE. Windows color (decimal): -2442611 or 9288410. OLE color: 9288410.

HSL color Cylindrical-coordinate representation of color #DABA8D: hue angle of 35.06º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DABA8D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 141 -
CMYK 0 0.15 0.35 0.15
HSL 35.06º 0.51% 0.7% -
HSV(B) 35.06º 0.35% 0.85% -
XYZ 51.28 51.95 32.52 -
YUV 190.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 218 186 141 0 0.15 0.35 0.15 35.06 0.51 0.7
Hex DA BA 8D 0 F 23 F 23 33 46
Octal 332 272 215 0 17 43 17 43 63 106
Binary 11011010 10111010 10001101 0 1111 100011 1111 100011 110011 1000110

Color Harmonies of #DABA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA8D

Black with #DABA8D

Text Example


Text Example

White with #DABA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA8D; }

 p { color: rgb(218,186,141); }

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

background-color css

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

 a { background-color: rgb(218,186,141); }

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

border-color css

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

 span { border-color: rgb(218,186,141); }

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