Html Css Color HEX #DAB188 Brandy

📋 copy color: '#DAB188'

red 218 ◦ green 177 ◦ blue 136

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

Shades of Brandy #DAB188

Tints of Brandy #DAB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.33%

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

R = 41.05%
G = 33.33%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB188 (or 0xDAB188) is known color: Brandy. HEX triplet: DA, B1 and 88. RGB value is (218,177,136). Sum of RGB (Red+Green+Blue) = 218+177+136=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB188 is #254E77. Grayscale: #B8B8B8. Windows color (decimal): -2444920 or 8958426. OLE color: 8958426.

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

Color convert

RGB 218 177 136 -
CMYK 0 0.19 0.38 0.15
HSL 30º 0.53% 0.69% -
HSV(B) 30º 0.38% 0.85% -
XYZ 49.08 48.13 30 -
YUV 184.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 218 177 136 0 0.19 0.38 0.15 30 0.53 0.69
Hex DA B1 88 0 13 26 F 1E 35 45
Octal 332 261 210 0 23 46 17 36 65 105
Binary 11011010 10110001 10001000 0 10011 100110 1111 11110 110101 1000101

Color Harmonies of #DAB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB188

Black with #DAB188

Text Example


Text Example

White with #DAB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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