Html Css Color HEX #DAB38B Brandy

📋 copy color: '#DAB38B'

red 218 ◦ green 179 ◦ blue 139

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

Shades of Brandy #DAB38B

Tints of Brandy #DAB38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 40.67%
G = 33.4%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB38B (or 0xDAB38B) is known color: Brandy. HEX triplet: DA, B3 and 8B. RGB value is (218,179,139). Sum of RGB (Red+Green+Blue) = 218+179+139=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB38B is #254C74. Grayscale: #BABABA. Windows color (decimal): -2444405 or 9155546. OLE color: 9155546.

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

Color convert

RGB 218 179 139 -
CMYK 0 0.18 0.36 0.15
HSL 30.38º 0.52% 0.7% -
HSV(B) 30.38º 0.36% 0.85% -
XYZ 49.69 49.01 31.27 -
YUV 186.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 218 179 139 0 0.18 0.36 0.15 30.38 0.52 0.7
Hex DA B3 8B 0 12 24 F 1E 34 46
Octal 332 263 213 0 22 44 17 36 64 106
Binary 11011010 10110011 10001011 0 10010 100100 1111 11110 110100 1000110

Color Harmonies of #DAB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB38B

Black with #DAB38B

Text Example


Text Example

White with #DAB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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