Html Css Color HEX #DAB687 Brandy

📋 copy color: '#DAB687'

red 218 ◦ green 182 ◦ blue 135

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

Shades of Brandy #DAB687

Tints of Brandy #DAB687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

 BLUE value IS 135 (53.13% from 255) = 25.23%

R = 40.75%
G = 34.02%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAB687 (or 0xDAB687) is known color: Brandy. HEX triplet: DA, B6 and 87. RGB value is (218,182,135). Sum of RGB (Red+Green+Blue) = 218+182+135=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB687 is #254978. Grayscale: #BBBBBB. Windows color (decimal): -2443641 or 8894170. OLE color: 8894170.

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

Color convert

RGB 218 182 135 -
CMYK 0 0.17 0.38 0.15
HSL 33.98º 0.53% 0.69% -
HSV(B) 33.98º 0.38% 0.85% -
XYZ 50.01 50.11 29.96 -
YUV 187.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 218 182 135 0 0.17 0.38 0.15 33.98 0.53 0.69
Hex DA B6 87 0 11 26 F 22 35 45
Octal 332 266 207 0 21 46 17 42 65 105
Binary 11011010 10110110 10000111 0 10001 100110 1111 100010 110101 1000101

Color Harmonies of #DAB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB687

Black with #DAB687

Text Example


Text Example

White with #DAB687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB687; }

 p { color: rgb(218,182,135); }

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

background-color css

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

 a { background-color: rgb(218,182,135); }

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

border-color css

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

 span { border-color: rgb(218,182,135); }

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