Html Css Color HEX #DAB588 Brandy

📋 copy color: '#DAB588'

red 218 ◦ green 181 ◦ blue 136

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

Shades of Brandy #DAB588

Tints of Brandy #DAB588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

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

R = 40.75%
G = 33.83%
B = 25.42%

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

#DAB588 (or 0xDAB588) is known color: Brandy. HEX triplet: DA, B5 and 88. RGB value is (218,181,136). Sum of RGB (Red+Green+Blue) = 218+181+136=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB588 is #254A77. Grayscale: #BBBBBB. Windows color (decimal): -2443896 or 8959450. OLE color: 8959450.

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

Color convert

RGB 218 181 136 -
CMYK 0 0.17 0.38 0.15
HSL 32.93º 0.53% 0.69% -
HSV(B) 32.93º 0.38% 0.85% -
XYZ 49.88 49.73 30.26 -
YUV 186.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 218 181 136 0 0.17 0.38 0.15 32.93 0.53 0.69
Hex DA B5 88 0 11 26 F 21 35 45
Octal 332 265 210 0 21 46 17 41 65 105
Binary 11011010 10110101 10001000 0 10001 100110 1111 100001 110101 1000101

Color Harmonies of #DAB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB588

Black with #DAB588

Text Example


Text Example

White with #DAB588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB588; }

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

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

background-color css

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

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

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

border-color css

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

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

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