Html Css Color HEX #DAB08F Brandy

📋 copy color: '#DAB08F'

red 218 ◦ green 176 ◦ blue 143

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

Shades of Brandy #DAB08F

Tints of Brandy #DAB08F

RGB

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

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

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

R = 40.6%
G = 32.77%
B = 26.63%

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

#DAB08F (or 0xDAB08F) is known color: Brandy. HEX triplet: DA, B0 and 8F. RGB value is (218,176,143). Sum of RGB (Red+Green+Blue) = 218+176+143=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08F is #254F70. Grayscale: #B8B8B8. Windows color (decimal): -2445169 or 9416922. OLE color: 9416922.

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

Color convert

RGB 218 176 143 -
CMYK 0 0.19 0.34 0.15
HSL 26.4º 0.5% 0.71% -
HSV(B) 26.4º 0.34% 0.85% -
XYZ 49.4 47.94 32.64 -
YUV 184.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 218 176 143 0 0.19 0.34 0.15 26.4 0.5 0.71
Hex DA B0 8F 0 13 22 F 1A 32 47
Octal 332 260 217 0 23 42 17 32 62 107
Binary 11011010 10110000 10001111 0 10011 100010 1111 11010 110010 1000111

Color Harmonies of #DAB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB08F

Black with #DAB08F

Text Example


Text Example

White with #DAB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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