Html Css Color HEX #DAB98E Brandy

📋 copy color: '#DAB98E'

red 218 ◦ green 185 ◦ blue 142

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

Shades of Brandy #DAB98E

Tints of Brandy #DAB98E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.94%

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

R = 40%
G = 33.94%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB98E (or 0xDAB98E) is known color: Brandy. HEX triplet: DA, B9 and 8E. RGB value is (218,185,142). Sum of RGB (Red+Green+Blue) = 218+185+142=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98E is #254671. Grayscale: #BEBEBE. Windows color (decimal): -2442866 or 9353690. OLE color: 9353690.

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

Color convert

RGB 218 185 142 -
CMYK 0 0.15 0.35 0.15
HSL 33.95º 0.51% 0.71% -
HSV(B) 33.95º 0.35% 0.85% -
XYZ 51.14 51.56 32.85 -
YUV 189.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 218 185 142 0 0.15 0.35 0.15 33.95 0.51 0.71
Hex DA B9 8E 0 F 23 F 22 33 47
Octal 332 271 216 0 17 43 17 42 63 107
Binary 11011010 10111001 10001110 0 1111 100011 1111 100010 110011 1000111

Color Harmonies of #DAB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB98E

Black with #DAB98E

Text Example


Text Example

White with #DAB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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