Html Css Color HEX #DAB48A Brandy

📋 copy color: '#DAB48A'

red 218 ◦ green 180 ◦ blue 138

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

Shades of Brandy #DAB48A

Tints of Brandy #DAB48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.75%

R = 40.67%
G = 33.58%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB48A (or 0xDAB48A) is known color: Brandy. HEX triplet: DA, B4 and 8A. RGB value is (218,180,138). Sum of RGB (Red+Green+Blue) = 218+180+138=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB48A is #254B75. Grayscale: #BABABA. Windows color (decimal): -2444150 or 9090266. OLE color: 9090266.

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

Color convert

RGB 218 180 138 -
CMYK 0 0.17 0.37 0.15
HSL 31.5º 0.52% 0.7% -
HSV(B) 31.5º 0.37% 0.85% -
XYZ 49.82 49.38 30.95 -
YUV 186.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 218 180 138 0 0.17 0.37 0.15 31.5 0.52 0.7
Hex DA B4 8A 0 11 25 F 1F 34 46
Octal 332 264 212 0 21 45 17 37 64 106
Binary 11011010 10110100 10001010 0 10001 100101 1111 11111 110100 1000110

Color Harmonies of #DAB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB48A

Black with #DAB48A

Text Example


Text Example

White with #DAB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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