Html Css Color HEX #DCB284 Brandy

📋 copy color: '#DCB284'

red 220 ◦ green 178 ◦ blue 132

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

Shades of Brandy #DCB284

Tints of Brandy #DCB284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 41.51%
G = 33.58%
B = 24.91%

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

#DCB284 (or 0xDCB284) is known color: Brandy. HEX triplet: DC, B2 and 84. RGB value is (220,178,132). Sum of RGB (Red+Green+Blue) = 220+178+132=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB284 is #234D7B. Grayscale: #B9B9B9. Windows color (decimal): -2313596 or 8696540. OLE color: 8696540.

HSL color Cylindrical-coordinate representation of color #DCB284: hue angle of 31.36º degrees, saturation: 0.56, 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 #DCB284 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 132 -
CMYK 0 0.19 0.40 0.14
HSL 31.36º 0.56% 0.69% -
HSV(B) 31.36º 0.4% 0.86% -
XYZ 49.6 48.72 28.62 -
YUV 185.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 220 178 132 0 0.19 0.40 0.14 31.36 0.56 0.69
Hex DC B2 84 0 13 28 E 1F 38 45
Octal 334 262 204 0 23 50 16 37 70 105
Binary 11011100 10110010 10000100 0 10011 101000 1110 11111 111000 1000101

Color Harmonies of #DCB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB284

Black with #DCB284

Text Example


Text Example

White with #DCB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB284; }

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

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

background-color css

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

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

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

border-color css

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

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

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