Html Css Color HEX #DCB58E Brandy

📋 copy color: '#DCB58E'

red 220 ◦ green 181 ◦ blue 142

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

Shades of Brandy #DCB58E

Tints of Brandy #DCB58E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

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

R = 40.52%
G = 33.33%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCB58E (or 0xDCB58E) is known color: Brandy. HEX triplet: DC, B5 and 8E. RGB value is (220,181,142). Sum of RGB (Red+Green+Blue) = 220+181+142=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB58E is #234A71. Grayscale: #BCBCBC. Windows color (decimal): -2312818 or 9352668. OLE color: 9352668.

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

Color convert

RGB 220 181 142 -
CMYK 0 0.18 0.35 0.14
HSL 30º 0.53% 0.71% -
HSV(B) 30º 0.35% 0.86% -
XYZ 50.92 50.22 32.6 -
YUV 188.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 220 181 142 0 0.18 0.35 0.14 30 0.53 0.71
Hex DC B5 8E 0 12 23 E 1E 35 47
Octal 334 265 216 0 22 43 16 36 65 107
Binary 11011100 10110101 10001110 0 10010 100011 1110 11110 110101 1000111

Color Harmonies of #DCB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB58E

Black with #DCB58E

Text Example


Text Example

White with #DCB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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