Html Css Color HEX #DCBC8E Brandy

📋 copy color: '#DCBC8E'

red 220 ◦ green 188 ◦ blue 142

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

Shades of Brandy #DCBC8E

Tints of Brandy #DCBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 142 (55.86% from 255) = 25.82%

R = 40%
G = 34.18%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCBC8E (or 0xDCBC8E) is known color: Brandy. HEX triplet: DC, BC and 8E. RGB value is (220,188,142). Sum of RGB (Red+Green+Blue) = 220+188+142=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC8E is #234371. Grayscale: #C0C0C0. Windows color (decimal): -2311026 or 9354460. OLE color: 9354460.

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

Color convert

RGB 220 188 142 -
CMYK 0 0.15 0.35 0.14
HSL 35.38º 0.53% 0.71% -
HSV(B) 35.38º 0.35% 0.86% -
XYZ 52.38 53.14 33.09 -
YUV 192.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 220 188 142 0 0.15 0.35 0.14 35.38 0.53 0.71
Hex DC BC 8E 0 F 23 E 23 35 47
Octal 334 274 216 0 17 43 16 43 65 107
Binary 11011100 10111100 10001110 0 1111 100011 1110 100011 110101 1000111

Color Harmonies of #DCBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC8E

Black with #DCBC8E

Text Example


Text Example

White with #DCBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC8E; }

 p { color: rgb(220,188,142); }

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

background-color css

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

 a { background-color: rgb(220,188,142); }

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

border-color css

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

 span { border-color: rgb(220,188,142); }

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