Html Css Color HEX #DCB088 Brandy

📋 copy color: '#DCB088'

red 220 ◦ green 176 ◦ blue 136

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

Shades of Brandy #DCB088

Tints of Brandy #DCB088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 41.35%
G = 33.08%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB088 (or 0xDCB088) is known color: Brandy. HEX triplet: DC, B0 and 88. RGB value is (220,176,136). Sum of RGB (Red+Green+Blue) = 220+176+136=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB088 is #234F77. Grayscale: #B8B8B8. Windows color (decimal): -2314104 or 8958172. OLE color: 8958172.

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

Color convert

RGB 220 176 136 -
CMYK 0 0.2 0.38 0.14
HSL 28.57º 0.55% 0.7% -
HSV(B) 28.57º 0.38% 0.86% -
XYZ 49.48 48.04 29.96 -
YUV 184.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 220 176 136 0 0.2 0.38 0.14 28.57 0.55 0.7
Hex DC B0 88 0 14 26 E 1D 37 46
Octal 334 260 210 0 24 46 16 35 67 106
Binary 11011100 10110000 10001000 0 10100 100110 1110 11101 110111 1000110

Color Harmonies of #DCB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB088

Black with #DCB088

Text Example


Text Example

White with #DCB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB088; }

 p { color: rgb(220,176,136); }

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

background-color css

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

 a { background-color: rgb(220,176,136); }

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

border-color css

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

 span { border-color: rgb(220,176,136); }

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