Html Css Color HEX #DCB08D Brandy

📋 copy color: '#DCB08D'

red 220 ◦ green 176 ◦ blue 141

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

Shades of Brandy #DCB08D

Tints of Brandy #DCB08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.26%

R = 40.97%
G = 32.77%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCB08D (or 0xDCB08D) is known color: Brandy. HEX triplet: DC, B0 and 8D. RGB value is (220,176,141). Sum of RGB (Red+Green+Blue) = 220+176+141=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB08D is #234F72. Grayscale: #B9B9B9. Windows color (decimal): -2314099 or 9285852. OLE color: 9285852.

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

Color convert

RGB 220 176 141 -
CMYK 0 0.2 0.36 0.14
HSL 26.58º 0.53% 0.71% -
HSV(B) 26.58º 0.36% 0.86% -
XYZ 49.85 48.19 31.87 -
YUV 185.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 220 176 141 0 0.2 0.36 0.14 26.58 0.53 0.71
Hex DC B0 8D 0 14 24 E 1B 35 47
Octal 334 260 215 0 24 44 16 33 65 107
Binary 11011100 10110000 10001101 0 10100 100100 1110 11011 110101 1000111

Color Harmonies of #DCB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB08D

Black with #DCB08D

Text Example


Text Example

White with #DCB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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