Html Css Color HEX #DCB18E Brandy

📋 copy color: '#DCB18E'

red 220 ◦ green 177 ◦ blue 142

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

Shades of Brandy #DCB18E

Tints of Brandy #DCB18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.84%

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

R = 40.82%
G = 32.84%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCB18E (or 0xDCB18E) is known color: Brandy. HEX triplet: DC, B1 and 8E. RGB value is (220,177,142). Sum of RGB (Red+Green+Blue) = 220+177+142=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB18E is #234E71. Grayscale: #BABABA. Windows color (decimal): -2313842 or 9351644. OLE color: 9351644.

HSL color Cylindrical-coordinate representation of color #DCB18E: hue angle of 26.92º 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 #DCB18E is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 142 -
CMYK 0 0.20 0.35 0.14
HSL 26.92º 0.53% 0.71% -
HSV(B) 26.92º 0.35% 0.86% -
XYZ 50.12 48.61 32.33 -
YUV 185.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 220 177 142 0 0.20 0.35 0.14 26.92 0.53 0.71
Hex DC B1 8E 0 14 23 E 1B 35 47
Octal 334 261 216 0 24 43 16 33 65 107
Binary 11011100 10110001 10001110 0 10100 100011 1110 11011 110101 1000111

Color Harmonies of #DCB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB18E

Black with #DCB18E

Text Example


Text Example

White with #DCB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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