Html Css Color HEX #DAB488 Brandy

📋 copy color: '#DAB488'

red 218 ◦ green 180 ◦ blue 136

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

Shades of Brandy #DAB488

Tints of Brandy #DAB488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.47%

R = 40.82%
G = 33.71%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB488 (or 0xDAB488) is known color: Brandy. HEX triplet: DA, B4 and 88. RGB value is (218,180,136). Sum of RGB (Red+Green+Blue) = 218+180+136=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB488 is #254B77. Grayscale: #BABABA. Windows color (decimal): -2444152 or 8959194. OLE color: 8959194.

HSL color Cylindrical-coordinate representation of color #DAB488: hue angle of 32.2º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAB488 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 136 -
CMYK 0 0.17 0.38 0.15
HSL 32.2º 0.53% 0.69% -
HSV(B) 32.2º 0.38% 0.85% -
XYZ 49.68 49.33 30.19 -
YUV 186.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 218 180 136 0 0.17 0.38 0.15 32.2 0.53 0.69
Hex DA B4 88 0 11 26 F 20 35 45
Octal 332 264 210 0 21 46 17 40 65 105
Binary 11011010 10110100 10001000 0 10001 100110 1111 100000 110101 1000101

Color Harmonies of #DAB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB488

Black with #DAB488

Text Example


Text Example

White with #DAB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB488; }

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

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

background-color css

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

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

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

border-color css

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

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

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