Html Css Color HEX #DAB08B Brandy

📋 copy color: '#DAB08B'

red 218 ◦ green 176 ◦ blue 139

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

Shades of Brandy #DAB08B

Tints of Brandy #DAB08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.02%

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

R = 40.9%
G = 33.02%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAB08B (or 0xDAB08B) is known color: Brandy. HEX triplet: DA, B0 and 8B. RGB value is (218,176,139). Sum of RGB (Red+Green+Blue) = 218+176+139=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB08B is #254F74. Grayscale: #B8B8B8. Windows color (decimal): -2445173 or 9154778. OLE color: 9154778.

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

Color convert

RGB 218 176 139 -
CMYK 0 0.19 0.36 0.15
HSL 28.1º 0.52% 0.7% -
HSV(B) 28.1º 0.36% 0.85% -
XYZ 49.1 47.82 31.07 -
YUV 184.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 218 176 139 0 0.19 0.36 0.15 28.1 0.52 0.7
Hex DA B0 8B 0 13 24 F 1C 34 46
Octal 332 260 213 0 23 44 17 34 64 106
Binary 11011010 10110000 10001011 0 10011 100100 1111 11100 110100 1000110

Color Harmonies of #DAB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB08B

Black with #DAB08B

Text Example


Text Example

White with #DAB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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