Html Css Color HEX #DAB38E Brandy

📋 copy color: '#DAB38E'

red 218 ◦ green 179 ◦ blue 142

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

Shades of Brandy #DAB38E

Tints of Brandy #DAB38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.21%

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

R = 40.45%
G = 33.21%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB38E (or 0xDAB38E) is known color: Brandy. HEX triplet: DA, B3 and 8E. RGB value is (218,179,142). Sum of RGB (Red+Green+Blue) = 218+179+142=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38E is #254C71. Grayscale: #BABABA. Windows color (decimal): -2444402 or 9352154. OLE color: 9352154.

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

Color convert

RGB 218 179 142 -
CMYK 0 0.18 0.35 0.15
HSL 29.21º 0.51% 0.71% -
HSV(B) 29.21º 0.35% 0.85% -
XYZ 49.92 49.1 32.44 -
YUV 186.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 218 179 142 0 0.18 0.35 0.15 29.21 0.51 0.71
Hex DA B3 8E 0 12 23 F 1D 33 47
Octal 332 263 216 0 22 43 17 35 63 107
Binary 11011010 10110011 10001110 0 10010 100011 1111 11101 110011 1000111

Color Harmonies of #DAB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB38E

Black with #DAB38E

Text Example


Text Example

White with #DAB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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