Html Css Color HEX #DCAF8C Brandy

📋 copy color: '#DCAF8C'

red 220 ◦ green 175 ◦ blue 140

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

Shades of Brandy #DCAF8C

Tints of Brandy #DCAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.71%

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

R = 41.12%
G = 32.71%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCAF8C (or 0xDCAF8C) is known color: Brandy. HEX triplet: DC, AF and 8C. RGB value is (220,175,140). Sum of RGB (Red+Green+Blue) = 220+175+140=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF8C is #235073. Grayscale: #B8B8B8. Windows color (decimal): -2314356 or 9220060. OLE color: 9220060.

HSL color Cylindrical-coordinate representation of color #DCAF8C: hue angle of 26.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAF8C is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 140 -
CMYK 0 0.20 0.36 0.14
HSL 26.25º 0.53% 0.71% -
HSV(B) 26.25º 0.36% 0.86% -
XYZ 49.58 47.77 31.42 -
YUV 184.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 220 175 140 0 0.20 0.36 0.14 26.25 0.53 0.71
Hex DC AF 8C 0 14 24 E 1A 35 47
Octal 334 257 214 0 24 44 16 32 65 107
Binary 11011100 10101111 10001100 0 10100 100100 1110 11010 110101 1000111

Color Harmonies of #DCAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF8C

Black with #DCAF8C

Text Example


Text Example

White with #DCAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF8C; }

 p { color: rgb(220,175,140); }

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

background-color css

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

 a { background-color: rgb(220,175,140); }

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

border-color css

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

 span { border-color: rgb(220,175,140); }

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