Html Css Color HEX #DAB88E Brandy

📋 copy color: '#DAB88E'

red 218 ◦ green 184 ◦ blue 142

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

Shades of Brandy #DAB88E

Tints of Brandy #DAB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

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

R = 40.07%
G = 33.82%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB88E (or 0xDAB88E) is known color: Brandy. HEX triplet: DA, B8 and 8E. RGB value is (218,184,142). Sum of RGB (Red+Green+Blue) = 218+184+142=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB88E is #254771. Grayscale: #BDBDBD. Windows color (decimal): -2443122 or 9353434. OLE color: 9353434.

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

Color convert

RGB 218 184 142 -
CMYK 0 0.16 0.35 0.15
HSL 33.16º 0.51% 0.71% -
HSV(B) 33.16º 0.35% 0.85% -
XYZ 50.94 51.14 32.78 -
YUV 189.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 218 184 142 0 0.16 0.35 0.15 33.16 0.51 0.71
Hex DA B8 8E 0 10 23 F 21 33 47
Octal 332 270 216 0 20 43 17 41 63 107
Binary 11011010 10111000 10001110 0 10000 100011 1111 100001 110011 1000111

Color Harmonies of #DAB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB88E

Black with #DAB88E

Text Example


Text Example

White with #DAB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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