Html Css Color HEX #DAB08E Brandy

📋 copy color: '#DAB08E'

red 218 ◦ green 176 ◦ blue 142

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

Shades of Brandy #DAB08E

Tints of Brandy #DAB08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 40.67%
G = 32.84%
B = 26.49%

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

#DAB08E (or 0xDAB08E) is known color: Brandy. HEX triplet: DA, B0 and 8E. RGB value is (218,176,142). Sum of RGB (Red+Green+Blue) = 218+176+142=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08E is #254F71. Grayscale: #B8B8B8. Windows color (decimal): -2445170 or 9351386. OLE color: 9351386.

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

Color convert

RGB 218 176 142 -
CMYK 0 0.19 0.35 0.15
HSL 26.84º 0.51% 0.71% -
HSV(B) 26.84º 0.35% 0.85% -
XYZ 49.32 47.91 32.24 -
YUV 184.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 218 176 142 0 0.19 0.35 0.15 26.84 0.51 0.71
Hex DA B0 8E 0 13 23 F 1B 33 47
Octal 332 260 216 0 23 43 17 33 63 107
Binary 11011010 10110000 10001110 0 10011 100011 1111 11011 110011 1000111

Color Harmonies of #DAB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB08E

Black with #DAB08E

Text Example


Text Example

White with #DAB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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