Html Css Color HEX #DDAE8D Brandy

📋 copy color: '#DDAE8D'

red 221 ◦ green 174 ◦ blue 141

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

Shades of Brandy #DDAE8D

Tints of Brandy #DDAE8D

RGB

 RED value IS 221 (86.72% from 255) = 41.23%

 GREEN value IS 174 (68.36% from 255) = 32.46%

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

R = 41.23%
G = 32.46%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDAE8D (or 0xDDAE8D) is known color: Brandy. HEX triplet: DD, AE and 8D. RGB value is (221,174,141). Sum of RGB (Red+Green+Blue) = 221+174+141=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8D is #225172. Grayscale: #B8B8B8. Windows color (decimal): -2249075 or 9285341. OLE color: 9285341.

HSL color Cylindrical-coordinate representation of color #DDAE8D: hue angle of 24.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDAE8D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 141 -
CMYK 0 0.21 0.36 0.13
HSL 24.75º 0.54% 0.71% -
HSV(B) 24.75º 0.36% 0.87% -
XYZ 49.76 47.57 31.76 -
YUV 184.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 221 174 141 0 0.21 0.36 0.13 24.75 0.54 0.71
Hex DD AE 8D 0 15 24 D 19 36 47
Octal 335 256 215 0 25 44 15 31 66 107
Binary 11011101 10101110 10001101 0 10101 100100 1101 11001 110110 1000111

Color Harmonies of #DDAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE8D

Black with #DDAE8D

Text Example


Text Example

White with #DDAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE8D; }

 p { color: rgb(221,174,141); }

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

background-color css

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

 a { background-color: rgb(221,174,141); }

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

border-color css

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

 span { border-color: rgb(221,174,141); }

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