Html Css Color HEX #DAB48D Brandy

📋 copy color: '#DAB48D'

red 218 ◦ green 180 ◦ blue 141

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

Shades of Brandy #DAB48D

Tints of Brandy #DAB48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 40.45%
G = 33.4%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB48D (or 0xDAB48D) is known color: Brandy. HEX triplet: DA, B4 and 8D. RGB value is (218,180,141). Sum of RGB (Red+Green+Blue) = 218+180+141=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB48D is #254B72. Grayscale: #BBBBBB. Windows color (decimal): -2444147 or 9286874. OLE color: 9286874.

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

Color convert

RGB 218 180 141 -
CMYK 0 0.17 0.35 0.15
HSL 30.39º 0.51% 0.7% -
HSV(B) 30.39º 0.35% 0.85% -
XYZ 50.04 49.47 32.11 -
YUV 186.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 218 180 141 0 0.17 0.35 0.15 30.39 0.51 0.7
Hex DA B4 8D 0 11 23 F 1E 33 46
Octal 332 264 215 0 21 43 17 36 63 106
Binary 11011010 10110100 10001101 0 10001 100011 1111 11110 110011 1000110

Color Harmonies of #DAB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB48D

Black with #DAB48D

Text Example


Text Example

White with #DAB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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