Html Css Color HEX #DDAE8B Brandy

📋 copy color: '#DDAE8B'

red 221 ◦ green 174 ◦ blue 139

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

Shades of Brandy #DDAE8B

Tints of Brandy #DDAE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 41.39%
G = 32.58%
B = 26.03%

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

#DDAE8B (or 0xDDAE8B) is known color: Brandy. HEX triplet: DD, AE and 8B. RGB value is (221,174,139). Sum of RGB (Red+Green+Blue) = 221+174+139=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE8B is #225174. Grayscale: #B8B8B8. Windows color (decimal): -2249077 or 9154269. OLE color: 9154269.

HSL color Cylindrical-coordinate representation of color #DDAE8B: hue angle of 25.61º degrees, saturation: 0.55, 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 #DDAE8B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 139 -
CMYK 0 0.21 0.37 0.13
HSL 25.61º 0.55% 0.71% -
HSV(B) 25.61º 0.37% 0.87% -
XYZ 49.62 47.51 30.98 -
YUV 184.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 221 174 139 0 0.21 0.37 0.13 25.61 0.55 0.71
Hex DD AE 8B 0 15 25 D 1A 37 47
Octal 335 256 213 0 25 45 15 32 67 107
Binary 11011101 10101110 10001011 0 10101 100101 1101 11010 110111 1000111

Color Harmonies of #DDAE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE8B

Black with #DDAE8B

Text Example


Text Example

White with #DDAE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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