Html Css Color HEX #DAB58D Brandy

📋 copy color: '#DAB58D'

red 218 ◦ green 181 ◦ blue 141

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

Shades of Brandy #DAB58D

Tints of Brandy #DAB58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 40.37%
G = 33.52%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB58D (or 0xDAB58D) is known color: Brandy. HEX triplet: DA, B5 and 8D. RGB value is (218,181,141). Sum of RGB (Red+Green+Blue) = 218+181+141=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58D is #254A72. Grayscale: #BBBBBB. Windows color (decimal): -2443891 or 9287130. OLE color: 9287130.

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

Color convert

RGB 218 181 141 -
CMYK 0 0.17 0.35 0.15
HSL 31.17º 0.51% 0.7% -
HSV(B) 31.17º 0.35% 0.85% -
XYZ 50.25 49.88 32.18 -
YUV 187.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 218 181 141 0 0.17 0.35 0.15 31.17 0.51 0.7
Hex DA B5 8D 0 11 23 F 1F 33 46
Octal 332 265 215 0 21 43 17 37 63 106
Binary 11011010 10110101 10001101 0 10001 100011 1111 11111 110011 1000110

Color Harmonies of #DAB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB58D

Black with #DAB58D

Text Example


Text Example

White with #DAB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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