Html Css Color HEX #DCB562 Equator

📋 copy color: '#DCB562'

red 220 ◦ green 181 ◦ blue 98

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

Shades of Equator #DCB562

Tints of Equator #DCB562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.64%

R = 44.09%
G = 36.27%
B = 19.64%

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

#DCB562 (or 0xDCB562) is known color: Equator. HEX triplet: DC, B5 and 62. RGB value is (220,181,98). Sum of RGB (Red+Green+Blue) = 220+181+98=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB562 is #234A9D. Grayscale: #B7B7B7. Windows color (decimal): -2312862 or 6469084. OLE color: 6469084.

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

Color convert

RGB 220 181 98 -
CMYK 0 0.18 0.55 0.14
HSL 40.82º 0.64% 0.62% -
HSV(B) 40.82º 0.55% 0.86% -
XYZ 48.24 49.15 18.5 -
YUV 183.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 220 181 98 0 0.18 0.55 0.14 40.82 0.64 0.62
Hex DC B5 62 0 12 37 E 29 40 3E
Octal 334 265 142 0 22 67 16 51 100 76
Binary 11011100 10110101 1100010 0 10010 110111 1110 101001 1000000 111110

Color Harmonies of #DCB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB562

Black with #DCB562

Text Example


Text Example

White with #DCB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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