Html Css Color HEX #DCAE89 Brandy

📋 copy color: '#DCAE89'

red 220 ◦ green 174 ◦ blue 137

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

Shades of Brandy #DCAE89

Tints of Brandy #DCAE89

RGB

 RED value IS 220 (86.33% from 255) = 41.43%

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

 BLUE value IS 137 (53.91% from 255) = 25.8%

R = 41.43%
G = 32.77%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCAE89 (or 0xDCAE89) is known color: Brandy. HEX triplet: DC, AE and 89. RGB value is (220,174,137). Sum of RGB (Red+Green+Blue) = 220+174+137=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE89 is #235176. Grayscale: #B7B7B7. Windows color (decimal): -2314615 or 9023196. OLE color: 9023196.

HSL color Cylindrical-coordinate representation of color #DCAE89: hue angle of 26.75º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAE89 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 137 -
CMYK 0 0.21 0.38 0.14
HSL 26.75º 0.54% 0.7% -
HSV(B) 26.75º 0.38% 0.86% -
XYZ 49.17 47.29 30.2 -
YUV 183.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 220 174 137 0 0.21 0.38 0.14 26.75 0.54 0.7
Hex DC AE 89 0 15 26 E 1B 36 46
Octal 334 256 211 0 25 46 16 33 66 106
Binary 11011100 10101110 10001001 0 10101 100110 1110 11011 110110 1000110

Color Harmonies of #DCAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE89

Black with #DCAE89

Text Example


Text Example

White with #DCAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE89; }

 p { color: rgb(220,174,137); }

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

background-color css

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

 a { background-color: rgb(220,174,137); }

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

border-color css

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

 span { border-color: rgb(220,174,137); }

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