Html Css Color HEX #DAB48F Brandy

📋 copy color: '#DAB48F'

red 218 ◦ green 180 ◦ blue 143

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

Shades of Brandy #DAB48F

Tints of Brandy #DAB48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

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

R = 40.3%
G = 33.27%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB48F (or 0xDAB48F) is known color: Brandy. HEX triplet: DA, B4 and 8F. RGB value is (218,180,143). Sum of RGB (Red+Green+Blue) = 218+180+143=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB48F is #254B70. Grayscale: #BBBBBB. Windows color (decimal): -2444145 or 9417946. OLE color: 9417946.

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

Color convert

RGB 218 180 143 -
CMYK 0 0.17 0.34 0.15
HSL 29.6º 0.5% 0.71% -
HSV(B) 29.6º 0.34% 0.85% -
XYZ 50.19 49.53 32.9 -
YUV 187.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 218 180 143 0 0.17 0.34 0.15 29.6 0.5 0.71
Hex DA B4 8F 0 11 22 F 1E 32 47
Octal 332 264 217 0 21 42 17 36 62 107
Binary 11011010 10110100 10001111 0 10001 100010 1111 11110 110010 1000111

Color Harmonies of #DAB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB48F

Black with #DAB48F

Text Example


Text Example

White with #DAB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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