Html Css Color HEX #DAB38A Brandy

📋 copy color: '#DAB38A'

red 218 ◦ green 179 ◦ blue 138

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

Shades of Brandy #DAB38A

Tints of Brandy #DAB38A

RGB

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

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

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

R = 40.75%
G = 33.46%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAB38A (or 0xDAB38A) is known color: Brandy. HEX triplet: DA, B3 and 8A. RGB value is (218,179,138). Sum of RGB (Red+Green+Blue) = 218+179+138=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38A is #254C75. Grayscale: #BABABA. Windows color (decimal): -2444406 or 9090010. OLE color: 9090010.

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

Color convert

RGB 218 179 138 -
CMYK 0 0.18 0.37 0.15
HSL 30.75º 0.52% 0.7% -
HSV(B) 30.75º 0.37% 0.85% -
XYZ 49.62 48.98 30.88 -
YUV 185.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 218 179 138 0 0.18 0.37 0.15 30.75 0.52 0.7
Hex DA B3 8A 0 12 25 F 1F 34 46
Octal 332 263 212 0 22 45 17 37 64 106
Binary 11011010 10110011 10001010 0 10010 100101 1111 11111 110100 1000110

Color Harmonies of #DAB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB38A

Black with #DAB38A

Text Example


Text Example

White with #DAB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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