Html Css Color HEX #DCB28E Brandy

📋 copy color: '#DCB28E'

red 220 ◦ green 178 ◦ blue 142

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

Shades of Brandy #DCB28E

Tints of Brandy #DCB28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.96%

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

R = 40.74%
G = 32.96%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCB28E (or 0xDCB28E) is known color: Brandy. HEX triplet: DC, B2 and 8E. RGB value is (220,178,142). Sum of RGB (Red+Green+Blue) = 220+178+142=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB28E is #234D71. Grayscale: #BABABA. Windows color (decimal): -2313586 or 9351900. OLE color: 9351900.

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

Color convert

RGB 220 178 142 -
CMYK 0 0.19 0.35 0.14
HSL 27.69º 0.53% 0.71% -
HSV(B) 27.69º 0.35% 0.86% -
XYZ 50.32 49.01 32.4 -
YUV 186.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 220 178 142 0 0.19 0.35 0.14 27.69 0.53 0.71
Hex DC B2 8E 0 13 23 E 1C 35 47
Octal 334 262 216 0 23 43 16 34 65 107
Binary 11011100 10110010 10001110 0 10011 100011 1110 11100 110101 1000111

Color Harmonies of #DCB28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB28E

Black with #DCB28E

Text Example


Text Example

White with #DCB28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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