Html Css Color HEX #DDAE8C Brandy

📋 copy color: '#DDAE8C'

red 221 ◦ green 174 ◦ blue 140

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

Shades of Brandy #DDAE8C

Tints of Brandy #DDAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 41.31%
G = 32.52%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDAE8C (or 0xDDAE8C) is known color: Brandy. HEX triplet: DD, AE and 8C. RGB value is (221,174,140). Sum of RGB (Red+Green+Blue) = 221+174+140=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8C is #225173. Grayscale: #B8B8B8. Windows color (decimal): -2249076 or 9219805. OLE color: 9219805.

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

Color convert

RGB 221 174 140 -
CMYK 0 0.21 0.37 0.13
HSL 25.19º 0.54% 0.71% -
HSV(B) 25.19º 0.37% 0.87% -
XYZ 49.69 47.54 31.37 -
YUV 184.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 221 174 140 0 0.21 0.37 0.13 25.19 0.54 0.71
Hex DD AE 8C 0 15 25 D 19 36 47
Octal 335 256 214 0 25 45 15 31 66 107
Binary 11011101 10101110 10001100 0 10101 100101 1101 11001 110110 1000111

Color Harmonies of #DDAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE8C

Black with #DDAE8C

Text Example


Text Example

White with #DDAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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