Html Css Color HEX #DAB088 Brandy

📋 copy color: '#DAB088'

red 218 ◦ green 176 ◦ blue 136

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

Shades of Brandy #DAB088

Tints of Brandy #DAB088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

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

R = 41.13%
G = 33.21%
B = 25.66%

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

#DAB088 (or 0xDAB088) is known color: Brandy. HEX triplet: DA, B0 and 88. RGB value is (218,176,136). Sum of RGB (Red+Green+Blue) = 218+176+136=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB088 is #254F77. Grayscale: #B8B8B8. Windows color (decimal): -2445176 or 8958170. OLE color: 8958170.

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

Color convert

RGB 218 176 136 -
CMYK 0 0.19 0.38 0.15
HSL 29.27º 0.53% 0.69% -
HSV(B) 29.27º 0.38% 0.85% -
XYZ 48.88 47.73 29.93 -
YUV 184 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 218 176 136 0 0.19 0.38 0.15 29.27 0.53 0.69
Hex DA B0 88 0 13 26 F 1D 35 45
Octal 332 260 210 0 23 46 17 35 65 105
Binary 11011010 10110000 10001000 0 10011 100110 1111 11101 110101 1000101

Color Harmonies of #DAB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB088

Black with #DAB088

Text Example


Text Example

White with #DAB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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