Html Css Color HEX #DAB18F Brandy

📋 copy color: '#DAB18F'

red 218 ◦ green 177 ◦ blue 143

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

Shades of Brandy #DAB18F

Tints of Brandy #DAB18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 40.52%
G = 32.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB18F (or 0xDAB18F) is known color: Brandy. HEX triplet: DA, B1 and 8F. RGB value is (218,177,143). Sum of RGB (Red+Green+Blue) = 218+177+143=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB18F is #254E70. Grayscale: #B9B9B9. Windows color (decimal): -2444913 or 9417178. OLE color: 9417178.

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

Color convert

RGB 218 177 143 -
CMYK 0 0.19 0.34 0.15
HSL 27.2º 0.5% 0.71% -
HSV(B) 27.2º 0.34% 0.85% -
XYZ 49.59 48.33 32.7 -
YUV 185.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 218 177 143 0 0.19 0.34 0.15 27.2 0.5 0.71
Hex DA B1 8F 0 13 22 F 1B 32 47
Octal 332 261 217 0 23 42 17 33 62 107
Binary 11011010 10110001 10001111 0 10011 100010 1111 11011 110010 1000111

Color Harmonies of #DAB18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB18F

Black with #DAB18F

Text Example


Text Example

White with #DAB18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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