Html Css Color HEX #DAB18D Brandy

📋 copy color: '#DAB18D'

red 218 ◦ green 177 ◦ blue 141

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

Shades of Brandy #DAB18D

Tints of Brandy #DAB18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 40.67%
G = 33.02%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB18D (or 0xDAB18D) is known color: Brandy. HEX triplet: DA, B1 and 8D. RGB value is (218,177,141). Sum of RGB (Red+Green+Blue) = 218+177+141=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18D is #254E72. Grayscale: #B9B9B9. Windows color (decimal): -2444915 or 9286106. OLE color: 9286106.

HSL color Cylindrical-coordinate representation of color #DAB18D: hue angle of 28.05º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAB18D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 141 -
CMYK 0 0.19 0.35 0.15
HSL 28.05º 0.51% 0.7% -
HSV(B) 28.05º 0.35% 0.85% -
XYZ 49.44 48.27 31.91 -
YUV 185.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 218 177 141 0 0.19 0.35 0.15 28.05 0.51 0.7
Hex DA B1 8D 0 13 23 F 1C 33 46
Octal 332 261 215 0 23 43 17 34 63 106
Binary 11011010 10110001 10001101 0 10011 100011 1111 11100 110011 1000110

Color Harmonies of #DAB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB18D

Black with #DAB18D

Text Example


Text Example

White with #DAB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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