Html Css Color HEX #DCB08A Brandy

📋 copy color: '#DCB08A'

red 220 ◦ green 176 ◦ blue 138

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

Shades of Brandy #DCB08A

Tints of Brandy #DCB08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 41.2%
G = 32.96%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCB08A (or 0xDCB08A) is known color: Brandy. HEX triplet: DC, B0 and 8A. RGB value is (220,176,138). Sum of RGB (Red+Green+Blue) = 220+176+138=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08A is #234F75. Grayscale: #B9B9B9. Windows color (decimal): -2314102 or 9089244. OLE color: 9089244.

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

Color convert

RGB 220 176 138 -
CMYK 0 0.2 0.37 0.14
HSL 27.8º 0.54% 0.7% -
HSV(B) 27.8º 0.37% 0.86% -
XYZ 49.63 48.1 30.71 -
YUV 184.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 220 176 138 0 0.2 0.37 0.14 27.8 0.54 0.7
Hex DC B0 8A 0 14 25 E 1C 36 46
Octal 334 260 212 0 24 45 16 34 66 106
Binary 11011100 10110000 10001010 0 10100 100101 1110 11100 110110 1000110

Color Harmonies of #DCB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB08A

Black with #DCB08A

Text Example


Text Example

White with #DCB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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