Html Css Color HEX #DAB58C Brandy

📋 copy color: '#DAB58C'

red 218 ◦ green 181 ◦ blue 140

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

Shades of Brandy #DAB58C

Tints of Brandy #DAB58C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.58%

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

R = 40.45%
G = 33.58%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB58C (or 0xDAB58C) is known color: Brandy. HEX triplet: DA, B5 and 8C. RGB value is (218,181,140). Sum of RGB (Red+Green+Blue) = 218+181+140=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58C is #254A73. Grayscale: #BBBBBB. Windows color (decimal): -2443892 or 9221594. OLE color: 9221594.

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

Color convert

RGB 218 181 140 -
CMYK 0 0.17 0.36 0.15
HSL 31.54º 0.51% 0.7% -
HSV(B) 31.54º 0.36% 0.85% -
XYZ 50.17 49.85 31.79 -
YUV 187.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 218 181 140 0 0.17 0.36 0.15 31.54 0.51 0.7
Hex DA B5 8C 0 11 24 F 20 33 46
Octal 332 265 214 0 21 44 17 40 63 106
Binary 11011010 10110101 10001100 0 10001 100100 1111 100000 110011 1000110

Color Harmonies of #DAB58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB58C

Black with #DAB58C

Text Example


Text Example

White with #DAB58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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