Html Css Color HEX #DAB388 Brandy

📋 copy color: '#DAB388'

red 218 ◦ green 179 ◦ blue 136

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

Shades of Brandy #DAB388

Tints of Brandy #DAB388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.58%

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

R = 40.9%
G = 33.58%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB388 (or 0xDAB388) is known color: Brandy. HEX triplet: DA, B3 and 88. RGB value is (218,179,136). Sum of RGB (Red+Green+Blue) = 218+179+136=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB388 is #254C77. Grayscale: #B9B9B9. Windows color (decimal): -2444408 or 8958938. OLE color: 8958938.

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

Color convert

RGB 218 179 136 -
CMYK 0 0.18 0.38 0.15
HSL 31.46º 0.53% 0.69% -
HSV(B) 31.46º 0.38% 0.85% -
XYZ 49.48 48.92 30.13 -
YUV 185.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 218 179 136 0 0.18 0.38 0.15 31.46 0.53 0.69
Hex DA B3 88 0 12 26 F 1F 35 45
Octal 332 263 210 0 22 46 17 37 65 105
Binary 11011010 10110011 10001000 0 10010 100110 1111 11111 110101 1000101

Color Harmonies of #DAB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB388

Black with #DAB388

Text Example


Text Example

White with #DAB388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB388; }

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

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

background-color css

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

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

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

border-color css

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

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

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