Html Css Color HEX #DAB88D Brandy

📋 copy color: '#DAB88D'

red 218 ◦ green 184 ◦ blue 141

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

Shades of Brandy #DAB88D

Tints of Brandy #DAB88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.89%

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

R = 40.15%
G = 33.89%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAB88D (or 0xDAB88D) is known color: Brandy. HEX triplet: DA, B8 and 8D. RGB value is (218,184,141). Sum of RGB (Red+Green+Blue) = 218+184+141=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB88D is #254772. Grayscale: #BDBDBD. Windows color (decimal): -2443123 or 9287898. OLE color: 9287898.

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

Color convert

RGB 218 184 141 -
CMYK 0 0.16 0.35 0.15
HSL 33.51º 0.51% 0.7% -
HSV(B) 33.51º 0.35% 0.85% -
XYZ 50.86 51.11 32.38 -
YUV 189.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 218 184 141 0 0.16 0.35 0.15 33.51 0.51 0.7
Hex DA B8 8D 0 10 23 F 22 33 46
Octal 332 270 215 0 20 43 17 42 63 106
Binary 11011010 10111000 10001101 0 10000 100011 1111 100010 110011 1000110

Color Harmonies of #DAB88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB88D

Black with #DAB88D

Text Example


Text Example

White with #DAB88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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