Html Css Color HEX #DABB8D Brandy

📋 copy color: '#DABB8D'

red 218 ◦ green 187 ◦ blue 141

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

Shades of Brandy #DABB8D

Tints of Brandy #DABB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 39.93%
G = 34.25%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DABB8D (or 0xDABB8D) is known color: Brandy. HEX triplet: DA, BB and 8D. RGB value is (218,187,141). Sum of RGB (Red+Green+Blue) = 218+187+141=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB8D is #254472. Grayscale: #BFBFBF. Windows color (decimal): -2442355 or 9288666. OLE color: 9288666.

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

Color convert

RGB 218 187 141 -
CMYK 0 0.14 0.35 0.15
HSL 35.84º 0.51% 0.7% -
HSV(B) 35.84º 0.35% 0.85% -
XYZ 51.49 52.37 32.59 -
YUV 191.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 218 187 141 0 0.14 0.35 0.15 35.84 0.51 0.7
Hex DA BB 8D 0 E 23 F 24 33 46
Octal 332 273 215 0 16 43 17 44 63 106
Binary 11011010 10111011 10001101 0 1110 100011 1111 100100 110011 1000110

Color Harmonies of #DABB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB8D

Black with #DABB8D

Text Example


Text Example

White with #DABB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB8D; }

 p { color: rgb(218,187,141); }

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

background-color css

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

 a { background-color: rgb(218,187,141); }

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

border-color css

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

 span { border-color: rgb(218,187,141); }

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