Html Css Color HEX #DCB285 Brandy

📋 copy color: '#DCB285'

red 220 ◦ green 178 ◦ blue 133

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

Shades of Brandy #DCB285

Tints of Brandy #DCB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 133 (52.34% from 255) = 25.05%

R = 41.43%
G = 33.52%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB285 (or 0xDCB285) is known color: Brandy. HEX triplet: DC, B2 and 85. RGB value is (220,178,133). Sum of RGB (Red+Green+Blue) = 220+178+133=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB285 is #234D7A. Grayscale: #B9B9B9. Windows color (decimal): -2313595 or 8762076. OLE color: 8762076.

HSL color Cylindrical-coordinate representation of color #DCB285: hue angle of 31.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB285 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 133 -
CMYK 0 0.19 0.40 0.14
HSL 31.03º 0.55% 0.69% -
HSV(B) 31.03º 0.4% 0.86% -
XYZ 49.67 48.75 28.98 -
YUV 185.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 220 178 133 0 0.19 0.40 0.14 31.03 0.55 0.69
Hex DC B2 85 0 13 28 E 1F 37 45
Octal 334 262 205 0 23 50 16 37 67 105
Binary 11011100 10110010 10000101 0 10011 101000 1110 11111 110111 1000101

Color Harmonies of #DCB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB285

Black with #DCB285

Text Example


Text Example

White with #DCB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB285; }

 p { color: rgb(220,178,133); }

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

background-color css

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

 a { background-color: rgb(220,178,133); }

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

border-color css

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

 span { border-color: rgb(220,178,133); }

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