Html Css Color HEX #DAB38F Brandy

📋 copy color: '#DAB38F'

red 218 ◦ green 179 ◦ blue 143

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

Shades of Brandy #DAB38F

Tints of Brandy #DAB38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.48%

R = 40.37%
G = 33.15%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB38F (or 0xDAB38F) is known color: Brandy. HEX triplet: DA, B3 and 8F. RGB value is (218,179,143). Sum of RGB (Red+Green+Blue) = 218+179+143=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38F is #254C70. Grayscale: #BABABA. Windows color (decimal): -2444401 or 9417690. OLE color: 9417690.

HSL color Cylindrical-coordinate representation of color #DAB38F: hue angle of 28.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB38F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 143 -
CMYK 0 0.18 0.34 0.15
HSL 28.8º 0.5% 0.71% -
HSV(B) 28.8º 0.34% 0.85% -
XYZ 49.99 49.13 32.83 -
YUV 186.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 218 179 143 0 0.18 0.34 0.15 28.8 0.5 0.71
Hex DA B3 8F 0 12 22 F 1D 32 47
Octal 332 263 217 0 22 42 17 35 62 107
Binary 11011010 10110011 10001111 0 10010 100010 1111 11101 110010 1000111

Color Harmonies of #DAB38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB38F

Black with #DAB38F

Text Example


Text Example

White with #DAB38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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