Html Css Color HEX #DAAD8F Brandy

📋 copy color: '#DAAD8F'

red 218 ◦ green 173 ◦ blue 143

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

Shades of Brandy #DAAD8F

Tints of Brandy #DAAD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 40.82%
G = 32.4%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAAD8F (or 0xDAAD8F) is known color: Brandy. HEX triplet: DA, AD and 8F. RGB value is (218,173,143). Sum of RGB (Red+Green+Blue) = 218+173+143=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD8F is #255270. Grayscale: #B7B7B7. Windows color (decimal): -2445937 or 9416154. OLE color: 9416154.

HSL color Cylindrical-coordinate representation of color #DAAD8F: hue angle of 24º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAAD8F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 143 -
CMYK 0 0.21 0.34 0.15
HSL 24º 0.5% 0.71% -
HSV(B) 24º 0.34% 0.85% -
XYZ 48.81 46.78 32.44 -
YUV 183.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 218 173 143 0 0.21 0.34 0.15 24 0.5 0.71
Hex DA AD 8F 0 15 22 F 18 32 47
Octal 332 255 217 0 25 42 17 30 62 107
Binary 11011010 10101101 10001111 0 10101 100010 1111 11000 110010 1000111

Color Harmonies of #DAAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD8F

Black with #DAAD8F

Text Example


Text Example

White with #DAAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD8F; }

 p { color: rgb(218,173,143); }

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

background-color css

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

 a { background-color: rgb(218,173,143); }

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

border-color css

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

 span { border-color: rgb(218,173,143); }

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