Html Css Color HEX #DCB88A Brandy

📋 copy color: '#DCB88A'

red 220 ◦ green 184 ◦ blue 138

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

Shades of Brandy #DCB88A

Tints of Brandy #DCB88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

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

R = 40.59%
G = 33.95%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCB88A (or 0xDCB88A) is known color: Brandy. HEX triplet: DC, B8 and 8A. RGB value is (220,184,138). Sum of RGB (Red+Green+Blue) = 220+184+138=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB88A is #234775. Grayscale: #BDBDBD. Windows color (decimal): -2312054 or 9091292. OLE color: 9091292.

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

Color convert

RGB 220 184 138 -
CMYK 0 0.16 0.37 0.14
HSL 33.66º 0.54% 0.7% -
HSV(B) 33.66º 0.37% 0.86% -
XYZ 51.24 51.33 31.25 -
YUV 189.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 220 184 138 0 0.16 0.37 0.14 33.66 0.54 0.7
Hex DC B8 8A 0 10 25 E 22 36 46
Octal 334 270 212 0 20 45 16 42 66 106
Binary 11011100 10111000 10001010 0 10000 100101 1110 100010 110110 1000110

Color Harmonies of #DCB88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB88A

Black with #DCB88A

Text Example


Text Example

White with #DCB88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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