Html Css Color HEX #DAB58A Brandy

📋 copy color: '#DAB58A'

red 218 ◦ green 181 ◦ blue 138

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

Shades of Brandy #DAB58A

Tints of Brandy #DAB58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 40.6%
G = 33.71%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB58A (or 0xDAB58A) is known color: Brandy. HEX triplet: DA, B5 and 8A. RGB value is (218,181,138). Sum of RGB (Red+Green+Blue) = 218+181+138=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58A is #254A75. Grayscale: #BBBBBB. Windows color (decimal): -2443894 or 9090522. OLE color: 9090522.

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

Color convert

RGB 218 181 138 -
CMYK 0 0.17 0.37 0.15
HSL 32.25º 0.52% 0.7% -
HSV(B) 32.25º 0.37% 0.85% -
XYZ 50.02 49.79 31.02 -
YUV 187.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 218 181 138 0 0.17 0.37 0.15 32.25 0.52 0.7
Hex DA B5 8A 0 11 25 F 20 34 46
Octal 332 265 212 0 21 45 17 40 64 106
Binary 11011010 10110101 10001010 0 10001 100101 1111 100000 110100 1000110

Color Harmonies of #DAB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB58A

Black with #DAB58A

Text Example


Text Example

White with #DAB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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