Html Css Color HEX #DAB98C Brandy

📋 copy color: '#DAB98C'

red 218 ◦ green 185 ◦ blue 140

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

Shades of Brandy #DAB98C

Tints of Brandy #DAB98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 40.15%
G = 34.07%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB98C (or 0xDAB98C) is known color: Brandy. HEX triplet: DA, B9 and 8C. RGB value is (218,185,140). Sum of RGB (Red+Green+Blue) = 218+185+140=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB98C is #254673. Grayscale: #BDBDBD. Windows color (decimal): -2442868 or 9222618. OLE color: 9222618.

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

Color convert

RGB 218 185 140 -
CMYK 0 0.15 0.36 0.15
HSL 34.62º 0.51% 0.7% -
HSV(B) 34.62º 0.36% 0.85% -
XYZ 51 51.5 32.06 -
YUV 189.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 218 185 140 0 0.15 0.36 0.15 34.62 0.51 0.7
Hex DA B9 8C 0 F 24 F 23 33 46
Octal 332 271 214 0 17 44 17 43 63 106
Binary 11011010 10111001 10001100 0 1111 100100 1111 100011 110011 1000110

Color Harmonies of #DAB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB98C

Black with #DAB98C

Text Example


Text Example

White with #DAB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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