Html Css Color HEX #DCB563 Equator

📋 copy color: '#DCB563'

red 220 ◦ green 181 ◦ blue 99

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

Shades of Equator #DCB563

Tints of Equator #DCB563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.8%

R = 44%
G = 36.2%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB563 (or 0xDCB563) is known color: Equator. HEX triplet: DC, B5 and 63. RGB value is (220,181,99). Sum of RGB (Red+Green+Blue) = 220+181+99=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB563 is #234A9C. Grayscale: #B7B7B7. Windows color (decimal): -2312861 or 6534620. OLE color: 6534620.

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

Color convert

RGB 220 181 99 -
CMYK 0 0.18 0.55 0.14
HSL 40.66º 0.63% 0.63% -
HSV(B) 40.66º 0.55% 0.86% -
XYZ 48.29 49.16 18.75 -
YUV 183.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 220 181 99 0 0.18 0.55 0.14 40.66 0.63 0.63
Hex DC B5 63 0 12 37 E 29 3F 3F
Octal 334 265 143 0 22 67 16 51 77 77
Binary 11011100 10110101 1100011 0 10010 110111 1110 101001 111111 111111

Color Harmonies of #DCB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB563

Black with #DCB563

Text Example


Text Example

White with #DCB563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB563; }

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

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

background-color css

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

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

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

border-color css

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

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

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