Html Css Color HEX #DAB58B Brandy

📋 copy color: '#DAB58B'

red 218 ◦ green 181 ◦ blue 139

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

Shades of Brandy #DAB58B

Tints of Brandy #DAB58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.84%

R = 40.52%
G = 33.64%
B = 25.84%

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

#DAB58B (or 0xDAB58B) is known color: Brandy. HEX triplet: DA, B5 and 8B. RGB value is (218,181,139). Sum of RGB (Red+Green+Blue) = 218+181+139=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB58B is #254A74. Grayscale: #BBBBBB. Windows color (decimal): -2443893 or 9156058. OLE color: 9156058.

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

Color convert

RGB 218 181 139 -
CMYK 0 0.17 0.36 0.15
HSL 31.9º 0.52% 0.7% -
HSV(B) 31.9º 0.36% 0.85% -
XYZ 50.1 49.82 31.4 -
YUV 187.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 218 181 139 0 0.17 0.36 0.15 31.9 0.52 0.7
Hex DA B5 8B 0 11 24 F 20 34 46
Octal 332 265 213 0 21 44 17 40 64 106
Binary 11011010 10110101 10001011 0 10001 100100 1111 100000 110100 1000110

Color Harmonies of #DAB58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB58B

Black with #DAB58B

Text Example


Text Example

White with #DAB58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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