Html Css Color HEX #DCB28B Brandy

📋 copy color: '#DCB28B'

red 220 ◦ green 178 ◦ blue 139

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

Shades of Brandy #DCB28B

Tints of Brandy #DCB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.88%

R = 40.97%
G = 33.15%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCB28B (or 0xDCB28B) is known color: Brandy. HEX triplet: DC, B2 and 8B. RGB value is (220,178,139). Sum of RGB (Red+Green+Blue) = 220+178+139=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB28B is #234D74. Grayscale: #BABABA. Windows color (decimal): -2313589 or 9155292. OLE color: 9155292.

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

Color convert

RGB 220 178 139 -
CMYK 0 0.19 0.37 0.14
HSL 28.89º 0.54% 0.7% -
HSV(B) 28.89º 0.37% 0.86% -
XYZ 50.1 48.92 31.23 -
YUV 186.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 220 178 139 0 0.19 0.37 0.14 28.89 0.54 0.7
Hex DC B2 8B 0 13 25 E 1D 36 46
Octal 334 262 213 0 23 45 16 35 66 106
Binary 11011100 10110010 10001011 0 10011 100101 1110 11101 110110 1000110

Color Harmonies of #DCB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB28B

Black with #DCB28B

Text Example


Text Example

White with #DCB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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