Html Css Color HEX #DAB58E Brandy

📋 copy color: '#DAB58E'

red 218 ◦ green 181 ◦ blue 142

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

Shades of Brandy #DAB58E

Tints of Brandy #DAB58E

RGB

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

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

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

R = 40.3%
G = 33.46%
B = 26.25%

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

#DAB58E (or 0xDAB58E) is known color: Brandy. HEX triplet: DA, B5 and 8E. RGB value is (218,181,142). Sum of RGB (Red+Green+Blue) = 218+181+142=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58E is #254A71. Grayscale: #BBBBBB. Windows color (decimal): -2443890 or 9352666. OLE color: 9352666.

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

Color convert

RGB 218 181 142 -
CMYK 0 0.17 0.35 0.15
HSL 30.79º 0.51% 0.71% -
HSV(B) 30.79º 0.35% 0.85% -
XYZ 50.32 49.91 32.57 -
YUV 187.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 218 181 142 0 0.17 0.35 0.15 30.79 0.51 0.71
Hex DA B5 8E 0 11 23 F 1F 33 47
Octal 332 265 216 0 21 43 17 37 63 107
Binary 11011010 10110101 10001110 0 10001 100011 1111 11111 110011 1000111

Color Harmonies of #DAB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB58E

Black with #DAB58E

Text Example


Text Example

White with #DAB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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